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

Microsoft.IdentityModel.Tokens.Json.JsonWebKeySerializer

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)

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)