UserPasswordCredentialInlineConverter class
The UserPasswordCredentialInlineConverter class is responsible for converting UserPasswordCredential objects.
Namespace: ASNA.DataGate.Providers.Serialization Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object –> JsonConverter –> JsonConverter<UserPasswordCredential>
Methods
| Signature | Description |
|---|---|
| Read(Utf8JsonReader&, Type, JsonSerializerOptions) | Reads a UserPasswordCredential from a Utf8JsonReader. |
| Write(Utf8JsonWriter, UserPasswordCredential, JsonSerializerOptions) | Writes a UserPasswordCredential to a Utf8JsonWriter. |