Discuss this help topic in SecureBlackbox Forum
This property returns the key exchange algorithm
which was used in SSH handshake
Declaration
[C#/Java]
TSSHKexAlgorithm KexAlgorithm;
[VB.NET]
Property KexAlgorithm As TSSHKexAlgorithm
[Pascal]
property KexAlgorithm : TSSHKexAlgorithm;
TSSHKexAlgorithm = SSH_KEX_FIRST..SSH_KEX_LAST;
[C++]
int8_t get_KexAlgorithm();
[PHP]
integer get_KexAlgorithm()
Values
Description
This property returns the key exchange algorithm which
was used to establish the secure session.
Discuss this help topic in SecureBlackbox Forum