Property
SSLSocket.Secure
Warning
This item was deprecated in version 2019r2. Please use SSLSocket.SSLEnabled as a replacement.
Description
Set to True to specify an SSL connection.
Notes
If Secure is False, the SSLSocket transmits data just like a TCPSocket. The Secure property can be toggled at any time.
Sample code
Me.Secure = True
Compatibility
All project types on all supported operating systems.