Explicitly override the ciphers that should be used when connecting. This is a comma delimited list.
Valid Ciphers are: aes128-ctr,aes128-cbc,aes192-ctr,aes192-cbc,aes256-ctr,aes256-cbc,3des-ctr,3des-cbc,blowfish-cbc,arcfour256,arcfour128,arcfour
Syntax
'Declaration
Public Property OverrideCiphers As System.String
'Usage
Dim instance As SFTP
Dim value As System.String
instance.OverrideCiphers = value
value = instance.OverrideCiphers
public System.string OverrideCiphers {get; set;}
public read-write property OverrideCiphers: System.String;
public function get,set OverrideCiphers : System.String
public: __property System.string* get_OverrideCiphers();
public: __property void set_OverrideCiphers(
System.string* value
);
public:
property System.String^ OverrideCiphers {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also