UserPasswordCredential class

The user name and password information of UserPasswordCredential may be used to establish authenticated connections to databases that require such information.

User and Password properties may be set or initialized to null values, in which case the return values are empty values. These properties never return null values.

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

Inheritance: Object –> DataGateCredential

Constructors

Name Description
UserPasswordCredential(String, String, PasswordType) Construct a UserPasswordCredential instance from component parts.
UserPasswordCredential() Construct a UserPasswordCredential with default values.

Properties

Type Name Description
String Password Password information as a clear-text value.
PasswordType PasswordType Password handling information.
UserPasswordCredential StarDomain Gets the special UserPasswordCredential instance representing a domain user.
String User Gets or sets a user name associated with the logon credential.

Methods

Signature Description
Clone() Creates a new object that is a copy of the current instance.
Equals(IDataGateCredential) Determines whether the current instance of is equal to the specified instance.
GetHashCodeInternal() Serves as the default hash function for the current instance.