Gets or sets the bit length.

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

Syntax

C#
public short Length { get; set; }
Visual Basic
Public Property Length As Short
	Get
	Set
Visual C++
public:
property short Length {
	short get ();
	void set (short value);
}

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionWhen the specified value is not 128, 160, 192, 224, or 256.

See Also