JwtSecurityToken.Payload 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 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