Discuss this help topic in SecureBlackbox Forum
Specifies the size of the key.
Declaration
[VB.NET]
Property KeySize As Integer
[Pascal]
property KeySize : integer;
[C++]
int32_t get_KeySize();
void set_KeySize(int32_t Value);
[PHP]
integer get_KeySize()
void set_KeySize(integer $Value)
[Java]
int getKeySize();
void setKeySize(int Value);
Description
Use this property to specify the size of the key in bits.
Discuss this help topic in SecureBlackbox Forum