Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.KeyExchangeAlgorithm

TElSSLConnectionInfo     See also     


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


Specifies key exchange algorithm.

Declaration

[C#]
    TSBKeyExchangeAlgorithm KeyExchangeAlgorithm;

[VB.NET]
    Property KeyExchangeAlgorithm As TSBKeyExchangeAlgorithm

[Pascal]
    property KeyExchangeAlgorithm : TSBKeyExchangeAlgorithm;

[C++]
    TSBKeyExchangeAlgorithm get_KeyExchangeAlgorithm();

[PHP]
    integer get_KeyExchangeAlgorithm()

[Java]
    TSBKeyExchangeAlgorithm getKeyExchangeAlgorithm();

TSBKeyExchangeAlgorithm values

Description

This property specifies the key exchange algorithm used in this session.

See also:     KeyExchangeAlgorithmName     KeyExchangeKeyBits    

Discuss this help topic in SecureBlackbox Forum