EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.KexAlgorithmPriorities

TElSimpleSSHClient     See also    


 

Specifies priorities of different key exchange algorithms.

 
 

Declaration

[C#]
    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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired key exchange algorithm.
  • [C#]Value - desired priority value
 
 

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

    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

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