Discuss this help topic in SecureBlackbox Forum
This property contains the encryption key length in bits.
Declaration
[VB.NET]
Property BitsInKey As Integer
[Pascal]
property BitsInKey : integer;
[C++]
int32_t get_BitsInKey();
[PHP]
integer get_BitsInKey()
[Java]
int getBitsInKey();
Description
Check this property to obtain the block cipher key length.
Discuss this help topic in SecureBlackbox Forum