HOSTEX_SECURITY_OPTIONS Data Type
The HOSTEX_SECURITY_OPTIONS data type specifies the type of security method used to secure the traffic between the server and the client. By default, this data type is set to HOSTEX_SECURITY_NO_SECURITY.
It has the following values:
Value
|
Definition
|
HOSTEX_SECURITY_NO_SECURITY
|
Indicates that there is no security of traffic between the server and the client.
|
HOSTEX_SECURITY_SSL_TLS
|
Encrypts all traffic between the server and the client for 3270, 5250, and Telnet terminals using Secure Socket Layer.
|
HOSTEX_SECURITY_KERBEROS
|
Provides authentication and encrypts all traffic between the server and the client for 3270 and Telnet terminals using Kerberos software.
|
HOSTEX_SECURITY_SECURESHELL
|
Encrypts all traffic between the server and the client for Telnet terminals using Secure Shell software.
|
Related Topics
Security Option (IHETransport)
Security Option (IHEProfileSecurity)