Discuss this help topic in SecureBlackbox Forum

TElIndySSHShellIOHandlerSocket.MacAlgorithmClientToServer

TElIndySSHShellIOHandlerSocket     See also     


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


This property specifies the MAC algorithm which was accepted during the SSH handshake

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property MacAlgorithmClientToServer : TSSHMacAlgorithm;
    TSSHMacAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values

Description

    Check this property after the connection was established. It returns the MAC (message authentication code) algorithm, which was accepted during the SSH handshake for the Client->Server direction.

See also:     MacAlgorithms    

Discuss this help topic in SecureBlackbox Forum