Click or drag to resize

BouncyCastleCryptoProviderCreateHmacHasher Method

Get HMAC hasher.

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

Parameters

algorithm
Type: Guardtime.KSI.HashingHashAlgorithm
HMAC algorithm

Return Value

Type: IHmacHasher

Implements

ICryptoProviderCreateHmacHasher(HashAlgorithm)
See Also