TokenValidationParameters.ValidAudiences 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 or sets the IEnumerable<T> that contains valid audiences that will be used to check against the token's audience.
The default is null
.
public System.Collections.Generic.IEnumerable<string> ValidAudiences { get; set; }
member this.ValidAudiences : seq<string> with get, set
Public Property ValidAudiences As IEnumerable(Of String)