Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.MacAlgorithmPriorities

TElSSHBaseClient     See also     


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


Specifies priorities of different MAC algorithms.

Declaration

[C#]
    int MacAlgorithmPriorities[short Index];

[VB.NET]
    Property MacAlgorithmPriorities(ByVal Index As Short) As Integer

[Pascal]
    property MacAlgorithmPriorities[Index : TSSHMacAlgorithm] : integer;

[C++]
    int32_t get_MacAlgorithmPriorities(uint8_t Index);
    void set_MacAlgorithmPriorities(uint8_t Index, int32_t Value);

[PHP]
    integer get_MacAlgorithmPriorities(integer $Index)
    void set_MacAlgorithmPriorities(integer $Index, integer $Value)

[Java]
    int getMacAlgorithmPriorities(short Index);
    void setMacAlgorithmPriorities(short Index, int Value);

Parameters

  • Index - index of the specified MAC algorithm.

Description

Use this property to prioritize different MAC algorithms. Algorithms with higher priority values are more preferred.

See also:     MACAlgorithms    

Discuss this help topic in SecureBlackbox Forum