Click or drag to resize

PasswordHashHashPassword Method

Returns a hashed password using new, randomly-generated, cryptographically-strong salt.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string HashPassword(
	string password
)

Parameters

password
Type: SystemString
The password to hash.

Return Value

Type: String
The hashed value, including salt, as a single base64 string.
See Also