Click or drag to resize
SecurityUtilsHashPassword Method
Hashes the password and produces a random salt value.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void HashPassword(
	string password,
	out string pwdHash,
	out string pwdSalt
)

Parameters

password
Type: SystemString
The password.
pwdHash
Type: SystemString
The password hash.
pwdSalt
Type: SystemString
The password salt.
See Also