edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[SFTP/SCP Only] Preferred key exchange methods to use

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

Syntax

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

Remarks

This property applies to SFTP/SCP only. Use the Protocol property to select the protocol.

The default is generally appropriate in most situations.

See Also