JwtPayload.Iss Property

Definition

Gets the 'value' of the 'issuer' claim { iss, 'value' }.

public string Iss { get; }
member this.Iss : string
Public ReadOnly Property Iss As String

Property Value

Remarks

If the 'issuer' claim is not found, null is returned.

Applies to