ValidationParameters.ValidIssuers 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 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.