Gets the size of the computed hash code in bits.

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

Syntax

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

Remarks

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

See Also