Table of Contents

Class JwtHeader

Namespace
JWT.Builder
Assembly
Coherence.JWT.dll

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

string

ContentType

public string ContentType { get; set; }

Property Value

string

KeyId

public string KeyId { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

X5c

public string[] X5c { get; set; }

Property Value

string[]

X5t

public string X5t { get; set; }

Property Value

string

X5u

public string X5u { get; set; }

Property Value

string