Cryptography.ComputeHmacSha256Hash Method (Byte(), Byte())
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA256 hash function.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- key
-
Type:
System.Byte()
The key to use in the hash algorithm.
- data
-
Type:
System.Byte()
The input from which the hash code is computed.
Show: