The number of bytes that have been processed.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public long Count { get; }
Visual Basic
Public ReadOnly Property Count As Long
	Get
Visual C++
public:
property long long Count {
	long long get ();
}

Remarks

This number does NOT include the bytes that are waiting in the buffer.

See Also