edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[FTPS Only] Minimum SSL/TLS version to use.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[ObsoleteAttribute("Use MinSSLVersion")]
public SSLFTPSSLVersion SSLVersion { get; set; }
Visual Basic
<ObsoleteAttribute("Use MinSSLVersion")> _
Public Property SSLVersion As SSLFTPSSLVersion
	Get
	Set
Visual C++
[ObsoleteAttribute(L"Use MinSSLVersion")]
public:
property SSLFTPSSLVersion SSLVersion {
	SSLFTPSSLVersion get ();
	void set (SSLFTPSSLVersion value);
}

Remarks

edtFTPnet/PRO supports SSL 3.0, TLS 1.0, TLS 1.1 and TLS 1.2. 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.

See Also