ValidationParameters.SignatureKeyResolver Property

Definition

Gets or sets a delegate that will be called to retrieve a SecurityKey used for signature validation.

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

Property Value

Remarks

This SecurityKey will be used to check the signature. This can be helpful when the SecurityToken does not contain a key identifier.

Applies to