A converter that for a RsaKey that write all RSAParameters properties.
Deserializes the provided documento.
public RsaKey Read(ref 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 |