Click or drag to resize

DataHasherReset Method

Resets hash calculation.

Namespace:  Guardtime.KSI.Crypto.BouncyCastle.Hashing
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 Reset()

Return Value

Type: IDataHasher
the same DataHasher object for chaining calls

Implements

IDataHasherReset
See Also