Gets the size, in bits, of the computed hash code.

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

Syntax

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

Field Value

Return Value

The size, in bits, of the computed hash code.

See Also