Overload List
Name | Description | |
---|---|---|
![]() ![]() | HashPassword(String) |
Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt .
|
![]() ![]() | HashPassword(String, Int32) |
Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt(Int32) using the given workFactor.
|
![]() ![]() | HashPassword(String, String) | Hash a password using the OpenBSD bcrypt scheme. |
See Also