Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.MacAlgorithmClientToServer

TElSSHBaseClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the MAC algorithm accepted during the SSH handshake

Declaration

[C#]
    short MacAlgorithmClientToServer;

[VB.NET]
    Property MacAlgorithmClientToServer As Short

[Pascal]
    property MacAlgorithmClientToServer : TSSHMacAlgorithm;

[C++]
    uint8_t get_MacAlgorithmClientToServer();

[PHP]
    integer get_MacAlgorithmClientToServer()

[Java]
    short getMacAlgorithmClientToServer();

Values

Description

Use this property to get the MAC (message authentication code) algorithm accepted during the SSH handshake for communication in the Client->Server direction.

See also:     MacAlgorithms    

Discuss this help topic in SecureBlackbox Forum