InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / 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
    'Declaration
     
    
    Property UseTLS As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.UseTLS = value
     
    value = instance.UseTLS
    bool UseTLS {get; set;}

    Property Value

    The default value is false. This value can be changed during an open connection.
    Remarks
    The level of encryption is determined by the value you set for TLSStrength.
    See Also