getThinClientEncryptionType

getThinClientEncryptionType(): Integer;

The getThinClientEncryptionType method of the Application class returns the type of encryption being used by the thin client TCP connection for this application. The encryption type can be one of the values listed in the following table.

Application Class Constant Integer Value
ThinClientEncryption_External 2 (user-supplied encryption library)
ThinClientEncryption_Internal 1 (Windows 40 bit encryption)
ThinClientEncryption_None 0
ThinClientEncryption_SSL 3 (Secure Sockets Layer (SSL) encryption)

If the application is not running in JADE thin client mode, this method returns ThinClientEncryption_None (0).