Discuss this help topic in SecureBlackbox Forum

TElIndySSHShellIOHandlerSocket.KexAlgorithm

TElIndySSHShellIOHandlerSocket     See also     


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


This property returns the key exchange algorithm which was used in SSH handshake

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property KexAlgorithm : TSSHKexAlgorithm;
    TSSHKexAlgorithm = SSH_KEX_FIRST..SSH_KEX_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values


Description

    Check this property after the connection was established. 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