ValidationParameters.ValidIssuers Property

Definition

Gets the IList<T> that contains valid issuers that will be used to check against the token's issuer. The default is an empty collection.

public System.Collections.Generic.IList<string> ValidIssuers { get; }
member this.ValidIssuers : System.Collections.Generic.IList<string>
Public ReadOnly Property ValidIssuers As IList(Of String)

Property Value

The IList<T> that contains valid issuers that will be used to check against the token's 'iss' claim.

Applies to