Discuss this help topic in SecureBlackbox Forum
The property specifies if a 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 value to
True to force SSHClient 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