Gets or sets the bit length.
Namespace: LLCryptoLib.HashAssembly: 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); } |