Click or drag to resize

BouncyCastleCryptoProviderCreateDataHasher Method

Get data 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 IDataHasher CreateDataHasher(
	HashAlgorithm algorithm
)

Parameters

algorithm
Type: Guardtime.KSI.HashingHashAlgorithm

Return Value

Type: IDataHasher

Implements

ICryptoProviderCreateDataHasher(HashAlgorithm)
See Also