Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.AutoAdjustCiphers

TElSSHBaseClient     See also     


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


Specifies whether the component should adjust its list of supported ciphers 'on-the-fly'.

Declaration

[C#]
    bool AutoAdjustCiphers;

[VB.NET]
    Property AutoAdjustCiphers As Boolean

[Pascal]
    property AutoAdjustCiphers : boolean;

[C++]
    bool get_AutoAdjustCiphers();
    void set_AutoAdjustCiphers(bool Value);

[PHP]
    bool get_AutoAdjustCiphers()
    void set_AutoAdjustCiphers(bool $Value)

[Java]
    boolean getAutoAdjustCiphers();
    void setAutoAdjustCiphers(boolean Value);

Description

Set this property to True to force SSH Client to adjust its list of supported ciphers 'on-the-fly' for greater compatibility with the server it is connecting to.

See also:     CompressionAlgorithms     EncryptionAlgorithms     KexAlgorithms     MacAlgorithms     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum