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


In This Topic
    TLSVersion Property
    In This Topic
    Gets or sets a value indicating which SSL or TLS version to use.
    Syntax
    'Declaration
     
    
    Property TLSVersion As TLSVersionOption
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As TLSVersionOption
     
    instance.TLSVersion = value
     
    value = instance.TLSVersion
    TLSVersionOption TLSVersion {get; set;}

    Property Value

    The default value is TLSVersion1_2. This value can be changed during an open connection.
    See Also