Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.PublicKeyAlgorithmPriorities

TElSSHBaseClient     See also     


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


Specifies priorities of different public key algorithms.

Declaration

[C#]
    int PublicKeyAlgorithmPriorities[short Index];

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

[Pascal]
    property PublicKeyAlgorithmPriorities[Index : TSSHPublicKeyAlgorithm] : integer;

[C++]
    int32_t get_PublicKeyAlgorithmPriorities(uint8_t Index);
    void set_PublicKeyAlgorithmPriorities(uint8_t Index, int32_t Value);

[PHP]
    integer get_PublicKeyAlgorithmPriorities(integer $Index)
    void set_PublicKeyAlgorithmPriorities(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - the index of the algorithm in the list.
  • Value - specified algorithm's priority value

Values

Description

Use this property to prioritize various public key algorithms. Algorithms with higher priority are more preferred.

See also:     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum