EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.AutoAdjustCiphers

TElSimpleSSHClient     See also    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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.

 
 

See also:     CompressionAlgorithms EncryptionAlgorithms KexAlgorithms MacAlgorithms PublicKeyAlgorithms

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation