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
)
Public Shared Function HashPassword (
password As String
) As String
Parameters
- password
- Type: SystemString
The password to hash.
Return Value
Type:
StringThe hashed value, including salt, as a single base64 string.
See Also