JwtSecurityToken Constructor

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method JwtSecurityToken(String) Constructs a JwtSecurityToken from a string in JSON Web Signature (JWS) Compact serialized format.
Public method JwtSecurityToken(JwtHeader, JwtPayload, String) Constructs a JwtSecurityToken where the JwtHeader contains the crypto algorithms applied to the encoded JwtHeader and JwtPayload. The jwtEncodedString is the result of those operations.
Public method JwtSecurityToken(String, String, IEnumerable<Claim>, Lifetime, SigningCredentials) Constructs a JwtSecurityToken specifying optional parameters.

Top

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace