JwtSecurityToken.Subject Property

Definition

Gets the "value" of the 'subject' claim { sub, 'value' }.

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

Property Value

Remarks

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

Applies to