Discuss this help topic in SecureBlackbox Forum

TElSSHServer.PublicKeyAlgorithmPriorities

TElSSHServer     See also     


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


Specifies priorities of different public key algorithms.

Declaration

[C#/Java]
    int get_PublicKeyAlgorithmPriorities(TSSHPublicKeyAlgorithm Index);
    void set_PublicKeyAlgorithmPriorities(TSSHPublicKeyAlgorithm Index, int Value);

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

[Pascal]
    property PublicKeyAlgorithmPriorities [Index : TSSHPublicKeyAlgorithm] : integer;
    TSSHPublicKeyAlgorithm = SSH_PK_FIRST..SSH_PK_LAST;

[C++]
    not available

[PHP]
    not available

Parameters

  • Index - index of the desired public key algorithm.
  • Value - desired priority value

Values


Description

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

See also:     PublicKeyAlgorithm     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum