EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.PublicKeyAlgorithm

TElSimpleSSHClient     See also    


 

This property specifies the public key algorithm that was used during the SSH handshake.

 
 

Declaration

[C#]
    TSSHPublicKeyAlgorithm PublicKeyAlgorithm;

[VB.NET]
    Property PublicKeyAlgorithm As TSSHPublicKeyAlgorithm

[Pascal]
    property PublicKeyAlgorithm : TSSHPublicKeyAlgorithm;
    TSSHPublicKeyAlgorithm = SSH_PK_FIRST..SSH_PK_LAST;

[VB6]
    Property IElSimpleSSHClientX.PublicKeyAlgorithm As tagTxSSHPublicKeyAlgorithm

[ActiveX]
     HRESULT _stdcall IElSimpleSSHClientX.PublicKeyAlgorithm([out, retval] TxSSHPublicKeyAlgorithm * Value );

[DLL]
    not implemented;
 
 

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

    It returns the public key algorithm that was used while establishing the SSH session.

 
 

See also:     PublicKeyAlgorithms

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