DataGateCredentialConverter.Write Method

Definition

Namespace: ASNA.DataGate.Providers.Serialization
Assembly: ASNA.QSys.DataGate.Client.dll

Writes the DataGate credentials to a secure string.

void Write(Utf8JsonWriter writer, IDataGateCredential value, JsonSerializerOptions options)

Writes the DataGate credentials to a secure string.

void Write(Utf8JsonWriter writer, IDataGateCredential value, JsonSerializerOptions options)

Parameters

Type Parameter name Description
Utf8JsonWriter writer The XmlWriter stream to which the credentials are serialized.
IDataGateCredential value The DataGate credentials to write.
JsonSerializerOptions options The options for writing the credentials.

See Also