Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.KexAlgorithm

TElSSHBaseClient     See also     


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


This property returns the key exchange algorithm used in SSH handshake

Declaration

[C#]
    short KexAlgorithm;

[VB.NET]
    Property KexAlgorithm As Short

[Pascal]
    property KexAlgorithm : TSSHKexAlgorithm;

[C++]
    uint8_t get_KexAlgorithm();

[PHP]
    integer get_KexAlgorithm()

[Java]
    short getKexAlgorithm();
    boolean getKexAlgorithm(short Index);
    void setKexAlgorithm(short Index, boolean Value);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Values


Description

This property returns the key exchange algorithm which was used to establish the secure session.

See also:     KexAlgorithms    

Discuss this help topic in SecureBlackbox Forum