ValidationParameters.SignatureValidator Property

Definition

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

public Microsoft.IdentityModel.Tokens.Experimental.SignatureValidationDelegate? SignatureValidator { get; set; }
member this.SignatureValidator : Microsoft.IdentityModel.Tokens.Experimental.SignatureValidationDelegate with get, set
Public Property SignatureValidator As SignatureValidationDelegate

Property Value

Remarks

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

Applies to