Discuss this help topic in SecureBlackbox Forum
This property returns the key exchange algorithm
which was used in SSH handshake
Declaration
[VB.NET]
Property KexAlgorithm As Short
[Pascal]
property KexAlgorithm : TSSHKexAlgorithm;
TSSHKexAlgorithm = SSH_KEX_FIRST..SSH_KEX_LAST;
[C++]
uint8_t get_KexAlgorithm();
[PHP]
integer get_KexAlgorithm()
Parameters
- Index - the index of the desired item in the list, starting from 0.
Values
Description
This property returns the key exchange algorithm which
was used to establish the secure session.
Discuss this help topic in SecureBlackbox Forum