Discuss this help topic in SecureBlackbox Forum
This property defines the key length in bits.
Declaration
[VB.NET]
Property BitsInKey As Integer
[Pascal]
property BitsInKey : integer;
[C++]
int32_t get_BitsInKey();
void set_BitsInKey(int32_t Value);
[PHP]
integer get_BitsInKey()
void set_BitsInKey(integer $Value)
[Java]
int getBitsInKey();
void setBitsInKey(int Value);
Description
Use this property to specify the key length for the block cipher.
The value of this property should be a multiple of 8.
Discuss this help topic in SecureBlackbox Forum