Discuss this help topic in SecureBlackbox Forum
This property specifies the public key algorithm that
was used during the SSH handshake.
Declaration
[C#/Java]
TSSHPublicKeyAlgorithm PublicKeyAlgorithm;
[VB.NET]
Property PublicKeyAlgorithm As TSSHPublicKeyAlgorithm
[Pascal]
property PublicKeyAlgorithm : TSSHPublicKeyAlgorithm;
TSSHPublicKeyAlgorithm = SSH_PK_FIRST..SSH_PK_LAST;
[C++]
uint8_t get_PublicKeyAlgorithm();
[PHP]
integer get_PublicKeyAlgorithm()
Values
Description
The property specified the public key algorithm that was used while establishing the SSH session.
Discuss this help topic in SecureBlackbox Forum