<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.16.0" />

System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames

public struct JwtHeaderParameterNames
List of header parameter names see: https://datatracker.ietf.org/doc/html/rfc7519#section-5.
public const string Alg = "alg"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.1

public const string Apu = "apu"

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.1.2

public const string Apv = "apv"

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.1.3

public const string Cty = "cty"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.10 Also: https://datatracker.ietf.org/doc/html/rfc7519#section-5.2

public const string Enc = "enc"

See: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.2

public const string Epk = "epk"

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.1.1

public const string IV = "iv"

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.7.1.1

public const string Jku = "jku"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.2

public const string Jwk = "jwk"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.3

public const string Kid = "kid"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.4

public const string Typ = "typ"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.9 Also: https://datatracker.ietf.org/doc/html/rfc7519#section-5.1

public const string X5c = "x5c"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.6

public const string X5t = "x5t"

See: https://datatracker.ietf.org/doc/html/rfc7515#page-12

public const string X5u = "x5u"

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.5

public const string Zip = "zip"

See: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.3