Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.PublicKeyAlgorithm

TElSimpleSSHClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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

Declaration

[C#]
    short PublicKeyAlgorithm;

[VB.NET]
    Property PublicKeyAlgorithm As Short

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

[C++]
    uint8_t get_PublicKeyAlgorithm();

[PHP]
    integer get_PublicKeyAlgorithm()

[Java]
    short getPublicKeyAlgorithm();
    boolean getPublicKeyAlgorithm(short Index);
    void setPublicKeyAlgorithm(short Index, boolean Value);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Values

Description

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

See also:     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum