Net Encryption Library
BitLength Property






KellermanSoftware.NetEncryptionLibrary Namespace > Encryption Class : BitLength Property
The bit length for HAVAL. The default is 128. Valid values are 128, 160, 192, 224, and 256
Syntax
'Declaration
 
Public Property BitLength As System.Short
'Usage
 
Dim instance As Encryption
Dim value As System.Short
 
instance.BitLength = value
 
value = instance.BitLength
public System.short BitLength {get; set;}
public read-write property BitLength: System.Int16; 
public function get,set BitLength : System.short
public: __property System.short get_BitLength();
public: __property void set_BitLength( 
   System.short value
);
public:
property System.short BitLength {
   System.short get();
   void set (    System.short value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Encryption Class
Encryption Members