DataGateCredential class
Provides a base class for DataGate credentials.
Namespace: ASNA.DataGate.Providers Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Constructors
| Name | Description |
|---|---|
| DataGateCredential(CredentialType) | Initializes a new instance of the DataGateCredential class with the specified CredentialType. |
Properties
| Type | Name | Description |
|---|---|---|
| CredentialType | CredentialType | Gets the type of credentials used for authentication. |
Methods
| Signature | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| Equals(IDataGateCredential) | Determines whether the specified IDataGateCredential is equal to the current object. |
| GetHashCode() | Returns a hash code for the current object. |
| GetHashCodeInternal() | When overridden in a derived class, returns a hash code for the current object. |