JwtSecurityToken.Audiences 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 list of 'audience' claim { aud, 'value' }.
public System.Collections.Generic.IEnumerable<string> Audiences { get; }
member this.Audiences : seq<string>
Public ReadOnly Property Audiences As IEnumerable(Of String)
Property Value
Remarks
If the 'audience' claim is not found, enumeration will be empty.