Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.EncryptionAlgorithms

TElIdSSHClientServerIOHandler     See also     


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


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

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the encryption algorithm.

Values

Description

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

Discuss this help topic in SecureBlackbox Forum