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