edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SecureFTPConnectionPreferredMACAlgorithms Property

[SFTP/SCP Only] Preferred MAC algorithm(s) to use

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SSHMACAlgorithm PreferredMACAlgorithms { get; set; }

Property Value

SSHMACAlgorithm

Remarks

This property applies to SFTP/SCP only. Use the Protocol property to select the protocol.

The default is generally appropriate in most situations.

See Also