Discuss this help topic in SecureBlackbox Forum

TElSSHServer.EncryptionAlgorithms

TElSSHServer     See also     


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


This property specifies encryption algorithms which can be used during the SSH connection

Declaration

[C#/Java]
    bool get_EncryptionAlgorithms(TSSHEncryptionAlgorithm Index);
    void set_EncryptionAlgorithms(TSSHEncryptionAlgorithm Index, bool Value);

[VB.NET]
    Property EncryptionAlgorithms(ByVal Index As TSSHEncryptionAlgorithm) As Boolean

[Pascal]
    property EncryptionAlgorithms [Index : TSSHEncryptionAlgorithm] : boolean;
    TSSHEncryptionAlgorithm = SSH_EA_FIRST..SSH_EA_LAST;

[C++]
    not available

[PHP]
    not available

Parameters

  • Index - index of the encryption algorithm.
  • Value - enables/disables the desire algorithm

Values


Description

    Set this property before calling the Open method to specify the enabled block encryption algorithms. By default, all encryption algorithms are enabled.

Discuss this help topic in SecureBlackbox Forum