<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.19.2" />

Microsoft.IdentityModel.Tokens.JsonWebKeyParameterUtf8Bytes

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

public static ReadOnlySpan<byte> Crv { get; }

public static ReadOnlySpan<byte> D { get; }

public static ReadOnlySpan<byte> DP { get; }

public static ReadOnlySpan<byte> DQ { get; }

public static ReadOnlySpan<byte> E { get; }

public static ReadOnlySpan<byte> K { get; }

public static ReadOnlySpan<byte> KeyOps { get; }

public static ReadOnlySpan<byte> Keys { get; }

public static ReadOnlySpan<byte> Kid { get; }

public static ReadOnlySpan<byte> Kty { get; }

public static ReadOnlySpan<byte> N { get; }

public static ReadOnlySpan<byte> Oth { get; }

public static ReadOnlySpan<byte> P { get; }

public static ReadOnlySpan<byte> Priv { get; }

public static ReadOnlySpan<byte> Pub { get; }

public static ReadOnlySpan<byte> Q { get; }

public static ReadOnlySpan<byte> QI { get; }

public static ReadOnlySpan<byte> Use { get; }

public static ReadOnlySpan<byte> X { get; }

public static ReadOnlySpan<byte> X5c { get; }

public static ReadOnlySpan<byte> X5t { get; }

public static ReadOnlySpan<byte> X5tS256 { get; }

public static ReadOnlySpan<byte> X5u { get; }

public static ReadOnlySpan<byte> Y { get; }