Discuss this help topic in SecureBlackbox Forum

TElSSHClass.EncryptionAlgorithmPriorities

TElSSHClass     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;
    TSSHEncryptionAlgorithm = SSH_EA_FIRST..SSH_EA_LAST;

[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]
    int getEncryptionAlgorithmPriorities(short Index);
    void setEncryptionAlgorithmPriorities(short Index, int Value);

Parameters

  • Index - index of the desired encryption algorithm.

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