Click or drag to resize

ICryptoProviderCreateHmacHasher Method

Get HMAC hasher.

Namespace:  Guardtime.KSI
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
IHmacHasher CreateHmacHasher(
	HashAlgorithm algorithm
)

Parameters

algorithm
Type: Guardtime.KSI.HashingHashAlgorithm
HMAC algorithm

Return Value

Type: IHmacHasher
See Also