ValidationParameters.IssuerValidatorAsync 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.
Allows overriding the delegate that will be used to validate the issuer of the token.
public Microsoft.IdentityModel.Tokens.Experimental.IssuerValidationDelegateAsync IssuerValidatorAsync { get; set; }
member this.IssuerValidatorAsync : Microsoft.IdentityModel.Tokens.Experimental.IssuerValidationDelegateAsync with get, set
Public Property IssuerValidatorAsync As IssuerValidationDelegateAsync
Property Value
The IssuerValidationDelegateAsync used to validate the issuer of a token
Exceptions
Thrown when the value is set as null.