SecurityHelperGetSHA1Hash Method |
Returns the SHA1 hash byte array for given password string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetSHA1Hash(
string inputData
)
Parameters
- inputData
- Type: SystemString
Data to be hashed.
Return Value
Type:
StringSee Also