Discuss this help topic in SecureBlackbox Forum

TElSSHClient.EncryptionAlgorithmPriorities

TElSSHClient     See also     


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


Specifies priorities of different encryption algorithms.

Declaration

[C#/Java]
    int get_EncryptionAlgorithmPriorities(TSSHEncryptionAlgorithm Index);
    void set_EncryptionAlgorithmPriorities(TSSHEncryptionAlgorithm Index, int Value);

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

[Pascal]
    property EncryptionAlgorithmPriorities [Index : TSSHEncryptionAlgorithm] : integer;
    TSSHEncryptionAlgorithm = SSH_EA_FIRST..SSH_EA_LAST;

[C++]
    not available

[PHP]
    not available

Parameters

  • Index - index of the desired encryption algorithm.
  • Value - desired 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