A converter that for a RsaKey that write all RSAParameters properties.
Default constructor
public Void RsaKeyJsonConverter()
Deserializes the provided documento.
public RsaKey Read(reader, typeToConvert, options)
A RsaKey.
Name | Type | Summary |
---|---|---|
reader | Utf8JsonReader@ | |
typeToConvert | Type | |
options | JsonSerializerOptions |
Serializes value into writer.
public Void Write(writer, value, options)
Name | Type | Summary |
---|---|---|
writer | Utf8JsonWriter | |
value | RsaKey | |
options | JsonSerializerOptions |
In this document