Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / TLSStrength Property
In This Topic
    TLSStrength Property
    In This Topic
    Specifies the minimum allowable level of encryption for SSL/TLS connections.
    Syntax
    expression.TLSStrength As TLSStrengthOption
    where expression is a variable that represents a ConnectionSettingsTelnet Object

    Property Value

    A TLSStrengthOption Enumeration value.
    Remarks
    The connection fails if this level isn't provided. This setting is only relevant when UseTLS is true. When this setting is zero (the default), Reflection negotiates with the host system to choose a level supported by both the host and the PC. This value can be changed during an open connection.
    See Also