IssuedSecurityTokenHandler 대리자

정의

이 대리자는 토큰이 클라이언트에 발급되기 전에 Authenticators에서 구현될 때 호출되는 메서드를 가리킵니다.

public delegate void IssuedSecurityTokenHandler(SecurityToken ^ issuedToken, EndpointAddress ^ tokenRequestor);
public delegate void IssuedSecurityTokenHandler(SecurityToken issuedToken, EndpointAddress tokenRequestor);
type IssuedSecurityTokenHandler = delegate of SecurityToken * EndpointAddress -> unit
Public Delegate Sub IssuedSecurityTokenHandler(issuedToken As SecurityToken, tokenRequestor As EndpointAddress)

매개 변수

issuedToken
SecurityToken

클라이언트에 발급할 토큰입니다.

tokenRequestor
EndpointAddress

토큰이 요청되는 엔드포인트입니다. 클라이언트가 발급된 토큰을 표시할 엔드포인트입니다.

확장명 메서드

Name Description
GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상