Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHTransport.KexAlgorithms

TElClientIndySSHTransport     See also     


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


This property specifies the Key-Exchange algorithms which can be used during SSH session

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property KexAlgorithms [Index : TSSHKexAlgorithm] : boolean;
    TSSHKexAlgorithm = SSH_KEX_FIRST..SSH_KEX_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the Key-Exchange algorithm.

Values


Description

    Set this property before calling the Connect method. This property specifies the key exchange algorithms which could be used to establish the secure session. The key exchange is needed to agree the shared secret key.

See also:     KexAlgorithm    

Discuss this help topic in SecureBlackbox Forum