JwtSecurityToken.Payload Property

Gets the JwtPayload associated with this instance.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public ReadOnly Property Payload As JwtPayload
public JwtPayload Payload { get; }
public:
property JwtPayload^ Payload {
    JwtPayload^ get ();
}
member Payload : JwtPayload with get
function get Payload () : JwtPayload

Property Value

Type: System.IdentityModel.Tokens.JwtPayload
Returns JwtPayload.

.NET Framework Security

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace