IUserSetPassword Method (String, String) |
Sets the password by providing precalculated hash and salt values.
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 passwordHash,
string passwordSalt
)
Parameters
- passwordHash
- Type: SystemString
The password hash value. - passwordSalt
- Type: SystemString
The password salt value.
See Also