SecureFTPConnectionMaxSSLVersion Property
[FTPS Only] Maximum SSL/TLS version to use.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SSLFTPSSLVersion MaxSSLVersion { get; set; }
Public Property MaxSSLVersion As SSLFTPSSLVersion
Get
Set
public:
property SSLFTPSSLVersion MaxSSLVersion {
SSLFTPSSLVersion get ();
void set (SSLFTPSSLVersion value);
}
member MaxSSLVersion : SSLFTPSSLVersion with get, set
Property Value
SSLFTPSSLVersion
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.