Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / TLSVersion Property
In This Topic
    TLSVersion Property
    In This Topic
    Gets or sets a value indicating which SSL or TLS version to use.
    Syntax
    expression.TLSVersion As TLSVersionOption
    where expression is a variable that represents a ConnectionSettingsTelnet Object

    Property Value

    A TLSVersionOption Enumeration value. The default value is TLSVersion1_0. This value can be changed during an open connection.
    See Also