Discuss this help topic in SecureBlackbox Forum
Specifies key length.
Declaration
[VB.NET]
Property KeyLength As UInt32
[Pascal]
property KeyLength : cardinal;
[C++]
uint32_t get_KeyLength();
void set_KeyLength(uint32_t Value);
[PHP]
integer get_KeyLength()
void set_KeyLength(integer $Value)
[Java]
int getKeyLength();
void setKeyLength(int Value);
Description
Use this property to specify length of the key used for encryption.
Discuss this help topic in SecureBlackbox Forum