Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.MacAlgorithms

TElIdSSHClientServerIOHandler     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

    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