Discuss this help topic in SecureBlackbox Forum

TElSSHClient.KexAlgorithmPriorities

TElSSHClient     See also     


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


Specifies priorities of different key exchange algorithms.

Declaration

[C#/Java]
    int get_KexAlgorithmPriorities(TSSHKexAlgorithm Index);
    void set_KexAlgorithmPriorities(TSSHKexAlgorithm Index, int Value);

[VB.NET]
    Property KexAlgorithmPriorities(ByVal Index As TSSHKexAlgorithm) As Integer

[Pascal]
    property KexAlgorithmPriorities [Index : TSSHKexAlgorithm] : integer;
    TSSHKexAlgorithm = SSH_KEX_FIRST..SSH_KEX_LAST;

[C++]
    not available

[PHP]
    not available

Parameters

  • Index - index of the desired key exchange algorithm.
  • Value - desired priority value

Values


Description

    Use this property to get or set priority values of the key exchange algorithms. The higher is this value, the more preferred is the algorithm.

See also:     KexAlgorithms    

Discuss this help topic in SecureBlackbox Forum