InfoConnect for Unisys VBA Guide
ConnectionSettingsTelnet Object Properties

For a list of all members of this type, see ConnectionSettingsTelnet members.

Properties
 NameDescription
Public PropertyAuthenticationThis option enables InfoConnect to use Kerberos authentication.  
Public PropertyCacheNameA string specifying the path and file name of a credentials cache.  
Public PropertyConnectMacroGets or specifies the name of a macro that runs automatically after a connection is established. You can use the ConnectMacroData property to specify information to be passed to this macro.  
Public PropertyConnectMacroDataGets or specifies a string that passes information to a connect macro. When your connect macro runs, the value of MacroData is set equal to the value of ConnectMacroData.  
Public PropertyDisconnectScriptArgsGets or sets the text string containing the arguments to pass to a disconnect script.  
Public PropertyDisconnectScriptFileGets or sets the text string containing the name of a Reflection Basic script to run when the connection is closed.  
Public PropertyEncryptionSpecifies whether to encrypt the data transmitted between the host and the Kerberos client during Kerberos sessions.  
Public PropertyExitAllowedWhen set to true, users can exit InfoConnect and use the Disconnect command while connected to a host.  
Public PropertyExitOnDisconnectWhen set to true, InfoConnect closes automatically when you disconnect from the host.  
Public PropertyMutualAuthenticationSpecifies whether to enable mutual authentication during Kerberos sessions.  
Public PropertyParentGets the parent object (Terminal).  
Public PropertyParityGets or sets the type of parity on the connection.  
Public PropertyPKIDisableCRLSpecifies whether InfoConnect checks for certificate revocation when validating host certificates in SSL/TLS connections.  
Public PropertyPKIUseOCSPGets or sets a value indicating whether your client session checks for certificate revocation using OCSP (Online Certificate Status Protocol) responders when validating host certificates.  
Public PropertyPrincipalSpecifies the principal for which you want to obtain Kerberos credentials.  
Public PropertyRealmSpecifies the realm portion of the full principal name.  
Public PropertyRenewableTicketSpecifies a time period (in seconds) during which Kerberos Ticket Granting Tickets (TGT) are renewable.  
Public PropertyScriptArgsGets or sets the text string containing the arguments to pass to a connect script.  
Public PropertyScriptFileGets or sets the text string containing the name of a Reflection Basic script (for example, a logon script) to run when the connection is established.  
Public PropertyScriptTypeGets or sets the type of script file, either Reflection Basic or Reflection command language.  
Public PropertySSLValidateCertChainGets or sets a value indicating whether certificates presented for host authentication are checked to determine if they are valid and signed by a trusted CA.  
Public PropertyTLSCertifyHostnameSpecifies whether host name matching is required when validating host certificates for SSL/TLS connections.  
Public PropertyTLSStrengthSpecifies the minimum allowable level of encryption for SSL/TLS connections.  
Public PropertyTLSVersionGets or sets a value indicating which SSL or TLS version to use.  
Public PropertyUseSOCKSLets you connect to a host via a SOCKS proxy server.  
Public PropertyUseTLSEnables Secure Socket Layer (SSL) and Transport Layer Security (TLS) security protocols for this connection.  
Top
See Also