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


In This Topic
    EnableTelnetEncryptionUseStartTls Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect uses Secure Sockets Layer/Transport via Telnet STARTTLS option
    Syntax
    'Declaration
     
    
    Property EnableTelnetEncryptionUseStartTls As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.EnableTelnetEncryptionUseStartTls = value
     
    value = instance.EnableTelnetEncryptionUseStartTls
    bool EnableTelnetEncryptionUseStartTls {get; set;}
    See Also