Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHTransport.PublicKeyAlgorithm

TElClientIndySSHTransport     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#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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