Gets or sets the bit length.

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

Syntax

C#
public short Length { get; set; }
Visual Basic (Declaration)
Public Property Length As Short
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