JsonWebToken.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 'aud' claims from the payload.
public System.Collections.Generic.IEnumerable<string> Audiences { get; }
member this.Audiences : seq<string>
Public ReadOnly Property Audiences As IEnumerable(Of String)
Property Value
Remarks
Identifies the recipients that the JWT is intended for. See: https://datatracker.ietf.org/doc/html/rfc7519#section-4-1-3.
If the 'aud' claim is not found, enumeration will be empty.