The [
If the RPCEncryptionEnabled parameter in the [JadeAppServer] section is set to true, the defined encryption is enforced on all presentation clients attached to that application server.
The RPCEncryptionHookDLL parameter identifies the JADE or user-supplied encryption library. The available types of encryption are:
RPCEncryptionHookDLL=Internal, which uses Windows-supplied 40 bit encryption.
RPCEncryptionHookDLL=SSL_TLS, which enables the SSL security feature. When SSL security is enabled, the parameters whose names start with SSL are used. For details, see "Secure Sockets Layer (SSL) Security", later in this chapter.
RPCEncryptionHookDLL=<name>, which calls a user-supplied DLL with the name specified in the <name> value.
The RPC encryption DLL must be thread-safe; that is, it must be able to handle multiple threads calling this library simultaneously.
The settings of the RPCEncryptionEnabled and RPCEncryptionHookDLL parameters in the [
Application Server | Presentation Client |
---|---|
False | False, or True when RPCEncryptionHookDLL = <dll-name> or Internal |
True, with RPCEncryptionHookDLL = Internal | True, with RPCEncryptionHookDLL = Internal |
True, with RPCEncryptionHookDLL = SSL_TLS | True, with RPCEncryptionHookDLL = SSL_TLS |
True, with RPCEncryptionHookDLL = <dll-name> | True, with RPCEncryptionHookDLL = <dll-name> |
For more details, see "