Discuss this help topic in SecureBlackbox Forum
Contains 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
Use this read-only property to get key length in bits.
Discuss this help topic in SecureBlackbox Forum