DataGateCredentialConverter class

Provides a converter for DataGate credentials.

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

Inheritance: Object –> JsonConverter –> JsonConverter<IDataGateCredential>

Methods

Signature Description
Read(Utf8JsonReader&, Type, JsonSerializerOptions) Reads the DataGate credentials from a Utf8JsonReader.
Write(Utf8JsonWriter, IDataGateCredential, JsonSerializerOptions) Writes the DataGate credentials to a secure string.