edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

SSLFTPSSLVersion Enumeration

Specifies type and version of SSL/TLS to use.

Namespace:  EnterpriseDT.Net.Ftp.Ssl
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.0.0.0
Syntax
public enum SSLFTPSSLVersion
Members
  Member nameValueDescription
TLS11 Version 1 of the TLS protocol (successor to the SSL protocol, which is no longer supported).
DETECT2 Detect if the server requests TLS1.0, TLS 1.1 or TLS 1.2. SSL3 is no longer supported for this setting and must be set explicitly
TLS113 Version 1.1 of the TLS protocol (successor to the SSL protocol).
TLS124 Version 1.2 of the TLS protocol (successor to the SSL protocol).
TLS135 Version 1.3 of the TLS protocol (successor to the SSL protocol).
See Also