Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.EncryptionAlgorithmPriorities

TElSSHBaseClient     See also     


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


Specifies priorities of different encryption algorithms.

Declaration

[C#]
    int EncryptionAlgorithmPriorities[short Index];

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

[Pascal]
    property EncryptionAlgorithmPriorities[Index : TSSHEncryptionAlgorithm] : integer;

[C++]
    int32_t get_EncryptionAlgorithmPriorities(uint8_t Index);
    void set_EncryptionAlgorithmPriorities(uint8_t Index, int32_t Value);

[PHP]
    integer get_EncryptionAlgorithmPriorities(integer $Index)
    void set_EncryptionAlgorithmPriorities(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - the index of the encryption algorithm for which the priority should be specified.
  • Value - the specified priority value.

Values

Description

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

See also:     EncryptionAlgorithms    

Discuss this help topic in SecureBlackbox Forum