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.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
[ObsoleteAttribute("Use MinSSLVersion")]
public SSLFTPSSLVersion SSLVersion { get; set; }
<ObsoleteAttribute("Use MinSSLVersion")>
Public Property SSLVersion As SSLFTPSSLVersion
Get
Set
public:
[ObsoleteAttribute(L"Use MinSSLVersion")]
property SSLFTPSSLVersion SSLVersion {
SSLFTPSSLVersion get ();
void set (SSLFTPSSLVersion value);
}
[<ObsoleteAttribute("Use MinSSLVersion")>]
member SSLVersion : SSLFTPSSLVersion with get, set
Property Value
SSLFTPSSLVersion