Preferred algorithm(s) to use for server authentication via public key

Namespace: EnterpriseDT.Net.Ftp.Ssh
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

The default is generally appropriate in most situations.

See Also