SecurityTokenHandler.TraceTokenValidationSuccess(SecurityToken) Method

Definition

Traces the successful validation of security tokens event when tracing is enabled.

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)

Parameters

token
SecurityToken

The token that was validated.

Remarks

This method should be called from the ValidateToken method after the token has been successfully validated.

Applies to