Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum