TokenValidationParameters.ValidIssuers Property

Definition

Gets or sets the IEnumerable<T> that contains valid issuers that will be used to check against the token's issuer. The default is null.

public System.Collections.Generic.IEnumerable<string> ValidIssuers { get; set; }
member this.ValidIssuers : seq<string> with get, set
Public Property ValidIssuers As IEnumerable(Of String)

Property Value

Applies to