TelnetEncryption

A property to get or set the Telnet encryption type.

Parameters
None.
Returns
Returns the Telnet encryption type when using the RetVal property.
The supported values for Mainframe/iSeries are:
  • 0 = Off

  • 1 = Implicit SSL/TLS

  • 2 = Explicit SSL/TLS

The supported values for VT and 6530 are:
  • 0 = Off

  • 1 = SSL

  • 2 = TLS

  • 3 = SSH

Examples
The following example gets the Telnet encryption type:
RetVal = bzhao.TelnetEncryption
The following example sets the Mainframe encryption type to Explicit SSL/TLS:
Bzhao.TelnetEncryption 2