The number of bytes currently in the buffer waiting to be processed.

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

Syntax

C#
public int BufferCount { get; }
Visual Basic
Public ReadOnly Property BufferCount As Integer
	Get
Visual C++
public:
property int BufferCount {
	int get ();
}

See Also