SecurityTokenHandler.TraceTokenValidationFailure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Traces the failure event during the validation of security tokens when tracing is enabled.
protected:
void TraceTokenValidationFailure(System::IdentityModel::Tokens::SecurityToken ^ token, System::String ^ errorMessage);
protected void TraceTokenValidationFailure (System.IdentityModel.Tokens.SecurityToken token, string errorMessage);
member this.TraceTokenValidationFailure : System.IdentityModel.Tokens.SecurityToken * string -> unit
Protected Sub TraceTokenValidationFailure (token As SecurityToken, errorMessage As String)
Parameters
- token
- SecurityToken
The security token that is being validated.
- errorMessage
- String
The message to write to the trace.
Remarks
This method should be called from the ValidateToken method when validation of the token fails.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.