TokenValidationParameters.SignatureValidatorUsingConfiguration Property

Definition

Gets or sets a delegate that will be used to validate the signature of the token using the TokenValidationParameters and the BaseConfiguration.

public Microsoft.IdentityModel.Tokens.SignatureValidatorUsingConfiguration SignatureValidatorUsingConfiguration { get; set; }
member this.SignatureValidatorUsingConfiguration : Microsoft.IdentityModel.Tokens.SignatureValidatorUsingConfiguration with get, set
Public Property SignatureValidatorUsingConfiguration As SignatureValidatorUsingConfiguration

Property Value

Remarks

If set, this delegate will be called to validate the signature of the token, instead of default processing.

Applies to