InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TLSStrength Property


In This Topic
    TLSStrength Property
    In This Topic
    Specifies the minimum allowable level of encryption for SSL/TLS connections.
    Syntax
    'Declaration
     
    
    Property TLSStrength As TLSStrengthOption
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As TLSStrengthOption
     
    instance.TLSStrength = value
     
    value = instance.TLSStrength
    TLSStrengthOption TLSStrength {get; set;}

    Property Value

    The default value is 0. This value can be changed during an open connection.
    Remarks
    The connection fails if this level isn't provided. This setting is only relevant when UseTLS is True. When this setting is 0, InfoConnect negotiates with the host system to choose a level of encryption that's supported by both the host and the PC.
    See Also