DataGateCredential class | QSYS API Reference Guide
Estimated reading time: 2 minutes
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. |
DataGateCredential(CredentialType)
Initializes a new instance of the DataGateCredential class with the specified CredentialType.
DataGateCredential(CredentialType)
Parameters
Type | Parameter name | Description |
---|---|---|
CredentialType | type | The type of credentials used for authentication. |
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. |
object Clone()
Creates a new object that is a copy of the current instance.
object Clone()
bool Equals(object obj)
Determines whether the specified object is equal to the current object.
bool Equals(object obj)
Parameters
Type | Parameter name | Description |
---|---|---|
Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | True if the specified object is equal to the current object; otherwise, false. |
bool Equals(IDataGateCredential other)
Determines whether the specified IDataGateCredential is equal to the current object.
bool Equals(IDataGateCredential other)
Parameters
Type | Parameter name | Description |
---|---|---|
IDataGateCredential | other | The IDataGateCredential to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | True if the specified IDataGateCredential is equal to the current object; otherwise, false. |
int GetHashCode()
Returns a hash code for the current object.
int GetHashCode()
int GetHashCodeInternal()
When overridden in a derived class, returns a hash code for the current object.
int GetHashCodeInternal()