Creates a one-way password hash (crypted password) from a password string.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- password
- Type: System String
The password string. Characters are UTF-8 encoded.
Return Value
The crypted password.See Also