Sets CContactUser's password to the value supplied.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public void SetPassword(
	string password
)
Visual Basic
Public Sub SetPassword ( _
	password As String _
)
Visual C++
public:
void SetPassword(
	String^ password
)

Parameters

password
Type: System..::..String
The clear text password to associate with the CContactUser's login

Remarks

The password will be hashed (one way encrypted) before it is saved to the database. The unencrypted password is never available via this object.

See Also