InfoConnect for Unisys VBA Guide
UseTLS Property
Enables Secure Socket Layer (SSL) and Transport Layer Security (TLS) security protocols for this connection.
Syntax
Object.UseTLS As Boolean
Remarks
The level of encryption is determined by the value you set for TLSStrength. The default value is false. This value can be changed during an open connection.
See Also