ValidationParameters.SignatureKeyValidator Property

Definition

Gets or sets a delegate for validating the SecurityKey that signed the token.

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

Property Value

Remarks

If set, this delegate will be called to validate the SecurityKey that signed the token.

Applies to