Gets the size of the computed hash code in bits.

Namespace: LLCryptoLib.Security.Cryptography
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

The size of the computed hash code in bits.

See Also