Discuss this help topic in SecureBlackbox Forum
Returns the number of bits in the public key.
Declaration
[VB.NET]
Property PublicKeyBits As Integer
[Pascal]
property PublicKeyBits : integer;
[C++]
int32_t get_PublicKeyBits();
[PHP]
integer get_PublicKeyBits()
[Java]
int getPublicKeyBits();
Description
This property returns the number of bits in the public key used in this session.
Discuss this help topic in SecureBlackbox Forum