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

SecureFTPConnectionSSLVersion Property

Note: This API is now obsolete.

[FTPS Only] Minimum SSL/TLS version to use.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
[ObsoleteAttribute("Use MinSSLVersion")]
public SSLFTPSSLVersion SSLVersion { get; set; }

Property Value

Type: SSLFTPSSLVersion
Remarks
edtFTPnet/PRO supports TLS 1.0, TLS 1.1, TLS 1.2. and TLS 1.3.
See Also