Xojo.Net.SSLSettings.SecurityLevels
From Xojo Documentation
Enumeration
Specifies settings that are used by TCPSocket.
Values
Enum | Description |
---|---|
None | No security settings. |
SSLv2 | Secure Socket Layer 2 |
SSLv3 | Secure Socket Layer 3 |
Enum4 | Transport Layer Security 1 |
Negotiated | Most of the time you should use this setting, which will use the best security level available starting with TLSv12. |