UserPasswordCredential.Clone Method

Definition

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

Creates a new object that is a copy of the current instance.

object Clone()

Creates a new object that is a copy of the current instance.

Remarks

This method is used to create a copy of the current instance of the UserPasswordCredential class. The copy is made by creating a new instance of the UserPasswordCredential class with the same user, password, and password type as the current instance.

object Clone()

See Also