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.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: 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