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