public SSHPublicKeyAlgorithm PreferredHostKeyAlgorithms { get; set; }Public Property PreferredHostKeyAlgorithms As SSHPublicKeyAlgorithm
Get
Setpublic:
property SSHPublicKeyAlgorithm PreferredHostKeyAlgorithms {
SSHPublicKeyAlgorithm get ();
void set (SSHPublicKeyAlgorithm value);
}member PreferredHostKeyAlgorithms : SSHPublicKeyAlgorithm with get, setThis property applies to SFTP/SCP only. Use the Protocol property to select the protocol.
The default is generally appropriate in most situations.