ValidationParameters.ValidAudiences Property

Definition

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

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

Property Value

Applies to