Gets or sets the bit length.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

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

See Also