SecurityHelperGetHMACSHA2Hash Method |
Returns HMAC SHA256 hash for input data with key.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetHMACSHA2Hash(
string inputData,
byte[] key
)
Parameters
- inputData
- Type: SystemString
Data to be hashed. - key
- Type: SystemByte
Key on which data will be hashed.
Return Value
Type:
StringSee Also