Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public static string GetSecureHashFromSecureString(
	SecureString secureValue
)

Parameters

secureValue
Type: System.SecuritySecureString
Secure string containing the password.

Return Value

Type: String
Secure 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