JwtPayload.Aud Property

Definition

Gets the 'value' of the 'audience' claim { aud, 'value' } as a list of strings.

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

Property Value

Remarks

If the 'audience' claim is not found, an empty enumerable is returned.

Applies to