Discuss this help topic in SecureBlackbox Forum
Number of bits in a key.
Declaration
[C#]
int KeyExchangeKeyBits;
[VB.NET]
Property KeyExchangeKeyBits As Integer
[Pascal]
property KeyExchangeKeyBits : integer;
[C++]
int32_t get_KeyExchangeKeyBits();
[PHP]
integer get_KeyExchangeKeyBits()
[Java]
int getKeyExchangeKeyBits();
Description
This property specifies the number of bits in a key.
Discuss this help topic in SecureBlackbox Forum