J-Integra® Espresso Programming Documentation (API)

J2eeQuickConfig.UseSecureConnection Method

Used to set the type of secure connection to be used.

void UseSecureConnection(
 Ics.J2EE.SecureConnectionType secureConnection
);
void UseSecureConnection(
 Ics.J2EE.SecureConnectionType secureConnection,
 bool authenticateServer
);

Parameters

secureConnection
The type of secure connection SSL/TLS
authenticateServer
Set to true to authenticate Server's certificate. Default is false.

Return Value

none

Remarks

The server's certificate MUST be installed in the Windows certificate store if authenticateServer is set to true or method will fail.

Exceptions

none

See Also

J2EE Context | J2EE Namespace