Microsoft.IdentityModel.Tokens.Json.JsonWebKeySetSerializer
namespace Microsoft.IdentityModel.Tokens.Json
{
internal static class JsonWebKeySetSerializer
{
public static JsonWebKeySet Read(string json, JsonWebKeySet jsonWebKeySet);
public static JsonWebKeySet Read(ref Utf8JsonReader reader, JsonWebKeySet jsonWebKeySet);
public static void ReadKeys(ref Utf8JsonReader reader, JsonWebKeySet jsonWebKeySet);
public static string Write(JsonWebKeySet jsonWebKeySet);
public static void Write(ref Utf8JsonWriter writer, JsonWebKeySet jsonWebKeySet);
}
}