Method HashPassword
HashPassword(string, PasswordEvidence)
Calculates the password hash.
public static string HashPassword(string username, PasswordEvidence password)
Parameters
username
stringThe username.
password
PasswordEvidenceThe password.
Returns
- string
The password hash.
HashPassword(string, string)
Calculates the password hash.
public static string HashPassword(string username, string password)
Parameters
Returns
- string
The password hash.