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

SSLFTPClientSSLVersion Property

Note: This API is now obsolete.
Get/sets the minimum SSL/TLS version to use. TLS is the successor to SSL and should be used unless the server does not support it - SSL 3.0 has various vulnerabilities such as the POODLE exploit. SSLFTPSSLVersion.DETECT no longer will interoperate with SSL 3.0.

Definition

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

Property Value

SSLFTPSSLVersion

See Also