Click or drag to resize

DataHasherAddData Method (Byte, Int32, Int32)

Updates the digest using the specified array of bytes, starting at the specified offset.

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 AddData(
	byte[] data,
	int offset,
	int length
)

Parameters

data
Type: SystemByte
the list of bytes.
offset
Type: SystemInt32
the offset to start from in the array of bytes.
length
Type: SystemInt32
the number of bytes to use, starting at the offset.

Return Value

Type: IDataHasher
the same DataHasher object for chaining calls

Implements

IDataHasherAddData(Byte, Int32, Int32)
See Also