JwtSecurityToken.Payload Property

Definition

Gets the JwtPayload associated with this instance. Note that if this JWT is nested ( InnerToken != null, this property represents the payload of the most inner token. This property can be null if the content type of the most inner token is unrecognized, in that case the content of the token is the string returned by PlainText property.

public System.IdentityModel.Tokens.Jwt.JwtPayload Payload { get; }
member this.Payload : System.IdentityModel.Tokens.Jwt.JwtPayload
Public ReadOnly Property Payload As JwtPayload

Property Value

Applies to