Cryptography.ComputeHmacSha256Hash Method (Byte(), Byte())

 

Computes a Hash-based Message Authentication Code (HMAC) by using the SHA256 hash function.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Function ComputeHmacSha256Hash (
	key As Byte(),
	data As Byte()
) As Byte()

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.

Return Value

Type: System.Byte()

The computed hash code.

Return to top
Show: