IUserSetPassword Method (String) |
Sets the password. If password is null then no password
is assigned to the user account.
Namespace: PDTec.IceNet.Core.Database.UserManagementAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid SetPassword(
string password
)
Parameters
- password
- Type: SystemString
The password.
See Also