Microsoft.IdentityModel.Tokens.Json.JsonWebKeySerializer static class JsonWebKeySerializer Documentation Code 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) Reads a JsonWebKey. see: https://datatracker.ietf.org/doc/html/rfc7517 public static string Write(JsonWebKey jsonWebKey) public static void Write(ref Utf8JsonWriter writer, JsonWebKey jsonWebKey)