Class JwtHeader
JSON header model with predefined parameter names specified by RFC 7515, see https://tools.ietf.org/html/rfc7515
public class JwtHeader
- Inheritance
-
JwtHeader
Constructors
JwtHeader()
public JwtHeader()
Properties
Algorithm
public string Algorithm { get; set; }
Property Value
ContentType
public string ContentType { get; set; }
Property Value
KeyId
public string KeyId { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
X5c
public string[] X5c { get; set; }
Property Value
- string[]
X5t
public string X5t { get; set; }
Property Value
X5u
public string X5u { get; set; }