Discuss this help topic in SecureBlackbox Forum

TElIndySSHShellIOHandlerSocket.MacAlgorithms

TElIndySSHShellIOHandlerSocket     See also     


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


This property specifies the MAC algorithms which can be used during SSH session

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property MacAlgorithms [Index : TSSHMacAlgorithm] : boolean;
    TSSHMacAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the MAC algorithm.

Values

Description

    Set this property before calling the Open method. It should contain the MAC (message authentication code) algorithms, which may be used through the SSH session.

See also:     MacAlgorithmClientToServer     MacAlgorithmServerToClient    

Discuss this help topic in SecureBlackbox Forum