InfoConnect for Unisys
EnableTelnetEncryptionUseStartTls Property


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