public SSHKeyExchangeMethod PreferredKeyExchangeMethods { get; set; }Public Property PreferredKeyExchangeMethods As SSHKeyExchangeMethod
Get
Setpublic:
property SSHKeyExchangeMethod PreferredKeyExchangeMethods {
SSHKeyExchangeMethod get ();
void set (SSHKeyExchangeMethod value);
}member PreferredKeyExchangeMethods : SSHKeyExchangeMethod 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.