Discuss this help topic in SecureBlackbox Forum

TElSSHServer.MACAlgorithmPriorities

TElSSHServer     See also     


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


Specifies priorities of different MAC algorithms.

Declaration

[C#/Java]
    int get_MACAlgorithmPriorities(TSSHMACAlgorithm Index);
    void set_MACAlgorithmPriorities(TSSHMACAlgorithm Index, int Value);

[VB.NET]
    Property MACAlgorithmPriorities(ByVal Index As TSSHMACAlgorithm) As Integer

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

[C++]
    not available

[PHP]
    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