UserPasswordCredentialInlineConverter.Read Method
Definition
Namespace: ASNA.DataGate.Providers.Serialization
Assembly: ASNA.QSys.DataGate.Client.dll
Reads a UserPasswordCredential from a Utf8JsonReader.
UserPasswordCredential Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
Reads a UserPasswordCredential from a Utf8JsonReader.
UserPasswordCredential Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Utf8JsonReader& | reader | The Utf8JsonReader to read from. |
| Type | typeToConvert | The type of object to convert. |
| JsonSerializerOptions | options | Options for the serializer. |
Returns
| Type | Description |
|---|---|
| UserPasswordCredential | A UserPasswordCredential that was read from the Utf8JsonReader. |