 |
PasswordControllerGetSecureHashFromSecureString Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Calculates a secure hash from the given password.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic static string GetSecureHashFromSecureString(
SecureString secureValue
)
Parameters
- secureValue
- Type: System.SecuritySecureString
Secure string containing the password.
Return Value
Type:
StringSecure hash code as a base 64 coded string.
Remarks
This method ensures that the password is removed from memory in clear text after the
method has been finished its work.
See Also