Sets CContactUser's password to the value supplied.
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public void SetPassword( string password ) |
| Visual Basic (Declaration) |
|---|
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.