Click or drag to resize

HmacHasherGetHash Method

Calculate HMAC for data with given key.

Namespace:  Guardtime.KSI.Crypto.Microsoft.Hashing
Assembly:  ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public DataHash GetHash(
	byte[] key,
	byte[] data
)

Parameters

key
Type: SystemByte
HMAC key
data
Type: SystemByte
data to calculate HMAC from

Return Value

Type: DataHash
HMAC data hash

Implements

IHmacHasherGetHash(Byte, Byte)
See Also