Discuss this help topic in SecureBlackbox Forum
This property specifies the MAC algorithm which
was accepted during the SSH handshake
Declaration
[C#]
short MacAlgorithmClientToServer;
[VB.NET]
Property MacAlgorithmClientToServer As Short
[Pascal]
property MacAlgorithmClientToServer : TSSHMacAlgorithm;
TSSHMacAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;
[C++]
uint8_t get_MacAlgorithmClientToServer();
[PHP]
integer get_MacAlgorithmClientToServer()
[Java]
short getMacAlgorithmClientToServer();
Values
Description
Check this property after the
OnOpenConnection
event was fired. It returns the MAC (message authentication
code) algorithm, which was accepted during the
SSH handshake for the Client-to-Server direction.
Discuss this help topic in SecureBlackbox Forum