Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.KeyExchangeAlgorithmName

TElSSLConnectionInfo     See also     


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


Returns key exchange algorithm name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property KeyExchangeAlgorithmName : string;

[C++]
    void get_KeyExchangeAlgorithmName(std::string &OutResult);

[PHP]
    string get_KeyExchangeAlgorithmName()

[Java]
    not available

Description

This property returns the name of the key exchange algorithm.

See also:     KeyExchangeAlgorithm     KeyExchangeKeyBits    

Discuss this help topic in SecureBlackbox Forum