[SFTP/SCP Only] Preferred MAC algorithm(s) to use
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public SSHMACAlgorithm PreferredMACAlgorithms { get; set; } |
| Visual Basic |
|---|
Public Property PreferredMACAlgorithms As SSHMACAlgorithm Get Set |
| Visual C++ |
|---|
public: property SSHMACAlgorithm PreferredMACAlgorithms { SSHMACAlgorithm get (); void set (SSHMACAlgorithm 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.