TokenValidationParameters.IssuerSigningKeyResolver Property
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.
Gets or sets a delegate that will be called to retrieve a SecurityKey used for signature validation.
public Microsoft.IdentityModel.Tokens.IssuerSigningKeyResolver IssuerSigningKeyResolver { get; set; }
member this.IssuerSigningKeyResolver : Microsoft.IdentityModel.Tokens.IssuerSigningKeyResolver with get, set
Public Property IssuerSigningKeyResolver As IssuerSigningKeyResolver
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. If both IssuerSigningKeyResolverUsingConfiguration and IssuerSigningKeyResolver are set, IssuerSigningKeyResolverUsingConfiguration takes priority.