JwtPayload Constructor
Creates an empty JwtPayload object.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)
Syntax
'Declaration
Public Sub New
public JwtPayload()
public:
JwtPayload()
new : unit -> JwtPayload
public function JwtPayload()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.