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

Microsoft.IdentityModel.Tokens.Json.JsonWebKeySerializer

static class JsonWebKeySerializer
namespace Microsoft.IdentityModel.Tokens.Json { internal static class JsonWebKeySerializer { public static readonly HashSet<string> JsonWebKeyParameterNamesUpperCase; public static JsonWebKey Read(string json); public static JsonWebKey Read(string json, JsonWebKey jsonWebKey); public static JsonWebKey Read(ref Utf8JsonReader reader, JsonWebKey jsonWebKey); public static string Write(JsonWebKey jsonWebKey); public static void Write(ref Utf8JsonWriter writer, JsonWebKey jsonWebKey); } }