 |
PasswordControllerGetSecureHashFromString Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Creates a password hash from a clear text string.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic static string GetSecureHashFromString(
string password
)
Parameters
- password
- Type: SystemString
Password string to hash.
Return Value
Type:
StringHashed password.
Remarks
Use this method only for testing or use cases like a test.
A string is readable in memory!
See Also