UserPasswordCredential.GetHashCodeInternal Method

Definition

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

Serves as the default hash function for the current instance.

int GetHashCodeInternal()

Serves as the default hash function for the current instance.

Remarks

This method is used to generate a hash code for the current instance of the UserPasswordCredential class. It takes into account the user, password type, and password of the instance to generate a unique hash code.

int GetHashCodeInternal()

See Also