Discuss this help topic in SecureBlackbox Forum
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()
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.
Discuss this help topic in SecureBlackbox Forum