Click or drag to resize

DataHasherAddData Method (Stream, Int32)

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

Namespace:  Guardtime.KSI.Crypto.Microsoft.Hashing
Assembly:  ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public IDataHasher AddData(
	Stream inStream,
	int bufferSize
)

Parameters

inStream
Type: System.IOStream
input stream of bytes.
bufferSize
Type: SystemInt32
maximum allowed buffer size for reading data

Return Value

Type: IDataHasher
the same DataHasher object for chaining calls

Implements

IDataHasherAddData(Stream, Int32)
See Also