Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.PublicKeyBits

TElSSLConnectionInfo     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the number of bits in the public key.

Declaration

[C#]
    int PublicKeyBits;

[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