Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.MacAlgorithmServerToClient

TElSSHBaseClient     See also     


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


This property returns the MAC algorithm accepted during the SSH handshake.

Declaration

[C#]
    short MacAlgorithmServerToClient;

[VB.NET]
    Property MacAlgorithmServerToClient As Short

[Pascal]
    property MacAlgorithmServerToClient : TSSHMacAlgorithm;

[C++]
    uint8_t get_MacAlgorithmServerToClient();

[PHP]
    integer get_MacAlgorithmServerToClient()

[Java]
    short getMacAlgorithmServerToClient();

Values

Description

This property returns the MAC (message authentication code) algorithm accepted during the SSH handshake for use in the Server->Client direction.

See also:     MacAlgorithms    

Discuss this help topic in SecureBlackbox Forum