Discuss this help topic in SecureBlackbox Forum

TElSSHClass.PublicKeyAlgorithm

TElSSHClass     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]
    boolean getPublicKeyAlgorithm(short Index);
    short getPublicKeyAlgorithm();
    void setPublicKeyAlgorithm(short Index, boolean Value);

Parameters

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

Values

Description

    Check this property after the OnOpenConnection event was fired. It returns the public key algorithm that was used while establishing the SSH session.

See also:     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum