Gets the size of the computed hash code in bits.

Namespace: Classless.Hasher.Methods
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

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;
}

Remarks

This value will be the largest of all of the inner HashAlgorithm.HashSize values.

See Also