Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.KexAlgorithms

TElIdSSHServerIOHandler     


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

    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.

Discuss this help topic in SecureBlackbox Forum