Return the size, in bytes, of the internal buffer used by this digest.

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

Syntax

C#
public int GetByteLength()
Visual Basic
Public Function GetByteLength As Integer
Visual C++
public:
int GetByteLength()

Return Value

the size, in bytes, of the internal buffer used by this digest.

See Also