Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / UseTLS Property
In This Topic
    UseTLS Property
    In This Topic
    Enables Secure Socket Layer (SSL) and Transport Layer Security (TLS) security protocols for this connection.
    Syntax
    expression.UseTLS As Boolean
    where expression is a variable that represents a ConnectionSettingsTelnet Object
    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