Click or drag to resize

IDataHasherAddData Method (Byte, Int32, Int32)

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

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
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
See Also