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