ValidationParameters.IssuerValidatorAsync Property

Definition

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.

Applies to