edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[SFTP/SCP Only] Preferred algorithm(s) to use for server authentication via public key

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

Syntax

C#
public SSHPublicKeyAlgorithm PreferredHostKeyAlgorithms { get; set; }
Visual Basic
Public Property PreferredHostKeyAlgorithms As SSHPublicKeyAlgorithm
	Get
	Set
Visual C++
public:
property SSHPublicKeyAlgorithm PreferredHostKeyAlgorithms {
	SSHPublicKeyAlgorithm get ();
	void set (SSHPublicKeyAlgorithm 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