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

SSLFTPClientMaxSSLVersion Property

Get/sets the maximum 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#
public SSLFTPSSLVersion MaxSSLVersion { get; set; }

Property Value

SSLFTPSSLVersion

See Also