InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / EnableTelnetEncryption Property


In This Topic
    EnableTelnetEncryption Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect uses Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.
    Syntax
    'Declaration
     
    
    Property EnableTelnetEncryption As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.EnableTelnetEncryption = value
     
    value = instance.EnableTelnetEncryption
    bool EnableTelnetEncryption {get; set;}

    Property Value

    If this property is true, but your host does not support TLS, InfoConnect attempts to use SSL instead. If your host supports neither SSL nor TLS, an error message appears when you try to connect, and your connection attempt fails.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    See Also