SecurityHelperGetSHA2Hash Method |
Returns SHA2 hash for input data.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetSHA2Hash(
string inputData
)
Parameters
- inputData
- Type: SystemString
Data to by hashed.
Return Value
Type:
StringSee Also