EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.PublicKeyAlgorithms

TElSimpleSSHClient     See also    


 

This property specifies the public key algorithms that can be used during the SSH handshake.

 
 

Declaration

[C#]
    bool get_PublicKeyAlgorithms(TSSHPublicKeyAlgorithm Index);
    void set_PublicKeyAlgorithms(TSSHPublicKeyAlgorithm Index, bool Value);

[VB.NET]
    Property PublicKeyAlgorithms(ByVal Index As TSSHPublicKeyAlgorithm

[Pascal]
    property PublicKeyAlgorithms [Index : TSSHPublicKeyAlgorithm] : boolean;
    TSSHPublicKeyAlgorithm = SSH_PK_FIRST..SSH_PK_LAST;

[VB6]
    Property IElSimpleSSHClientX.PublicKeyAlgorithms(Index As tagTxSSHPublicKeyAlgorithm) As Boolean

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.PublicKeyAlgorithms([in] TxSSHPublicKeyAlgorithm Index, [in] VARIANT_BOOL Value );
    HRESULT _stdcall IElSimpleSSHClientX.PublicKeyAlgorithms([in] TxSSHPublicKeyAlgorithm Index, [out, retval] VARIANT_BOOL * Value );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the public key algorithm.
  • [C#]Value - enable or disable the desired algorithm
 
 

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

    Set this property before calling the Open method. It specifies which public key algorithms may be used while establishing the SSH session.

 
 

See also:     PublicKeyAlgorithm

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