Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.KeyExchangeKeyBits

TElSSLConnectionInfo     See also     


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


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.

See also:     KeyExchangeAlgorithm     KeyExchangeAlgorithmName    

Discuss this help topic in SecureBlackbox Forum