Click or drag to resize

IHmacHasherGetHash Method

Calculate HMAC for data with given key.

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
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
See Also