<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.18.0" />

Microsoft.IdentityModel.JsonWebTokens.JwtHeaderUtf8Bytes

Parameter names for JsonWebToken header values as UTF8 bytes. Used by UTF8JsonReader/Writer for performance gains.
public static ReadOnlySpan<byte> Alg { get; }

public static ReadOnlySpan<byte> Apu { get; }

public static ReadOnlySpan<byte> Apv { get; }

public static ReadOnlySpan<byte> Cty { get; }

public static ReadOnlySpan<byte> Enc { get; }

public static ReadOnlySpan<byte> Epk { get; }

public static ReadOnlySpan<byte> IV { get; }

public static ReadOnlySpan<byte> Jku { get; }

public static ReadOnlySpan<byte> Jwk { get; }

public static ReadOnlySpan<byte> Kid { get; }

public static ReadOnlySpan<byte> Typ { get; }

public static ReadOnlySpan<byte> X5c { get; }

public static ReadOnlySpan<byte> X5t { get; }

public static ReadOnlySpan<byte> X5u { get; }

public static ReadOnlySpan<byte> Zip { get; }