Preferred algorithm(s) to use for encryption.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public SSHCipherAlgorithm PreferredCipherAlgorithms { get; set; }
Visual Basic
Public Property PreferredCipherAlgorithms As SSHCipherAlgorithm
	Get
	Set
Visual C++
public:
property SSHCipherAlgorithm PreferredCipherAlgorithms {
	SSHCipherAlgorithm get ();
	void set (SSHCipherAlgorithm value);
}

Remarks

The default is generally appropriate in most situations.

See Also