Microsoft.IdentityModel.Tokens.Json.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);
}
}