SecurityTokenHandler.TraceTokenValidationSuccess(SecurityToken) 메서드

정의

추적 기능이 설정된 경우 보안 토큰 이벤트의 성공적인 유효성 검사를 추적합니다.

protected:
 void TraceTokenValidationSuccess(System::IdentityModel::Tokens::SecurityToken ^ token);
protected void TraceTokenValidationSuccess (System.IdentityModel.Tokens.SecurityToken token);
member this.TraceTokenValidationSuccess : System.IdentityModel.Tokens.SecurityToken -> unit
Protected Sub TraceTokenValidationSuccess (token As SecurityToken)

매개 변수

token
SecurityToken

유효성을 검사한 토큰입니다.

설명

이 메서드를 호출 해야 합니다 ValidateToken 메서드 후 토큰을 확인 했습니다.

적용 대상