Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > RPCEncryptionEnabled

RPCEncryptionEnabled

Boolean

false

Purpose

When the RPCEncryptionEnabled parameter is set to false (the default value), encryption is not enforced; that is, it is disabled. Set this parameter to true to enforce (enable) the defined RPC encryption protocol when the presentation client attaches to the application server and the RPCEncryptionEnabled parameter in the [JadeAppServer] section on the application server is set to the appropriate value.

For details about the valid combinations of the RPCEncryptionEnabled parameter and RPCEncryptionHookDLL parameter on both the application server and presentation client nodes, see the JADE application server RPCEncryptionEnabled parameter under "Application Server Section [JadeAppServer]", earlier in this chapter.

When enabled, remote connection by the presentation client is prevented if the encryption library or entry‑points are missing or invalid. The JADE thin client network connection is not secure when this parameter is set to the default value of false.

When this parameter is set to true, the method to secure the connection is controlled by the corresponding RPCEncryptionHookDLL parameter for that node.

Parameter is read when …

The presentation client next starts up.