EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.PublicKeyAlgorithmPriorities

TElSimpleSSHClient     See also    


 

Specifies priorities of different public key algorithms.

 
 

Declaration

[C#]
    int get_PublicKeyAlgorithmPriorities(TSSHPublicKeyAlgorithm Index);
    void set_PublicKeyAlgorithmPriorities(TSSHPublicKeyAlgorithm Index, int Value);

[VB.NET]
     Property PublicKeyAlgorithmPriorities(ByVal Index As TSSHPublicKeyAlgorithm) As Integer

[Pascal]
    property PublicKeyAlgorithmPriorities [Index : TSSHPublicKeyAlgorithm] : integer;
    TSSHPublicKeyAlgorithm = SSH_PK_FIRST..SSH_PK_LAST;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

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

Values

[.NET] [Pascal] [ActiveX] Value
SSH_PK_FIRST 0 (0x00)
SSH_PK_DSS 0 (0x00)
SSH_PK_RSA 1 (0x01)
SSH_PK_X509_SIGN_RSA 2 (0x02)
SSH_PK_X509_SIGN_DSS 3 (0x03)
SSH_PK_SPKI_SIGN_RSA 4 (0x04)
SSH_PK_SPKI_SIGN_DSS 5 (0x05)
SSH_PK_PGP_SIGN_RSA 6 (0x06)
SSH_PK_PGP_SIGN_DSS 7 (0x07)
SSH_PK_LAST 7 (0x07)
Declared in
[.NET] [Pascal]
Namespace: SBSSHConstants
Assembly: SecureBlackbox.SSHCommon
Unit: SBSSHConstants

 
 

Description

    Use this property to get or set priority values of the public key algorithms. The higher is this value, the more preferred is the algorithm.

 
 

See also:     PublicKeyAlgorithm PublicKeyAlgorithms

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