Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.PublicKeyAlgorithm

TElSSHBaseClient     See also     


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


Returns the public key algorithm used during the SSH handshake.

Declaration

[C#]
    short PublicKeyAlgorithm;

[VB.NET]
    Property PublicKeyAlgorithm As Short

[Pascal]
    property PublicKeyAlgorithm : TSSHPublicKeyAlgorithm;

[C++]
    uint8_t get_PublicKeyAlgorithm();

[PHP]
    integer get_PublicKeyAlgorithm()

[Java]
    short getPublicKeyAlgorithm();

Values

Description

Use this property to check the public key algorithm which was used while establishing the SSH session.

See also:     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum