Click or drag to resize

IDataHasherAddData Method (Stream)

Adds data to the digest using the specified input stream of bytes, starting at an offset of 0.

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(
	Stream inStream
)

Parameters

inStream
Type: System.IOStream
input stream of bytes.

Return Value

Type: IDataHasher
the same DataHasher object for chaining calls
See Also