Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.MACAlgorithmPriorities

TElSimpleSSHClient     See also     


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


Specifies priorities of different MAC algorithms.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property MACAlgorithmPriorities [Index : TSSHMACAlgorithm] : integer;
    TSSHMACAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the desired MAC algorithm.
  • Value - desired priority value

Values

Description

    Use this property to get or set priority values of the MAC algorithms. The higher is this value, the more preferred is the algorithm.

See also:     MACAlgorithms    

Discuss this help topic in SecureBlackbox Forum