UserPasswordCredential Constructors
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Construct a UserPasswordCredential instance from component parts.
Overloads
| Name | Description |
|---|---|
| UserPasswordCredential(String, String, PasswordType) | Construct a UserPasswordCredential instance from component parts. |
| UserPasswordCredential() | Construct a UserPasswordCredential with default values. |
UserPasswordCredential(String, String, PasswordType)
Construct a UserPasswordCredential instance from component parts.
UserPasswordCredential(String, String, PasswordType)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | user | Traditional user name for logon. |
| String | password | Traditional character passphrase for logon, or . |
| PasswordType | passwordType | For old servers with limited password length requirements, set this to . In most cases use the default value. |
UserPasswordCredential()
Construct a UserPasswordCredential with default values.
UserPasswordCredential()