EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.KexAlgorithm

TElSimpleSSHClient     See also    


 

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

 
 

Declaration

[C#]
    TSSHKexAlgorithm KexAlgorithm

[VB.NET]
    Property KexAlgorithm As TSSHKexAlgorithm

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

[VB6]
    Property IElSimpleSSHClientX.KexAlgorithm As tagTxSSHKeyExchangeAlgorithm

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.KexAlgorithm([out, retval] TxSSHKeyExchangeAlgorithm * Value );

[DLL]
    not implemented;
 
 

Values

[.NET] [Pascal] [ActiveX] Value
SSH_KEX_FIRST 1 (0x01)
SSH_KEX_DH_GROUP_EXCHANGE 1 (0x01)
SSH_KEX_DH_GROUP 2 (0x02)
SSH_KEX_DH_GROUP_14 3 (0x03)
SSH_KEX_DH_GROUP_EXCHANGE256 4 (0x04)
SSH_KEX_RSA1024_SHA1 5 (0x05)
SSH_KEX_RSA2048_SHA256 6 (0x06)
SSH_KEX_GSS_FIRST 7 (0x07)
SSH_KEX_GSS_GROUP_EXCHANGE 7 (0x07)
SSH_KEX_GSS_GROUP 8 (0x08)
SSH_KEX_GSS_GROUP_14 9 (0x09)
SSH_KEX_GSS_LAST 9 (0x09)
SSH_KEX_LAST 9 (0x09)
Declared in
[.NET] [Pascal]
Namespace: SBSSHConstants
Assembly: SecureBlackbox.SSHClient
Unit: SBSSHConstants

 
 

Description

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

 
 

See also:     KexAlgorithms

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation