This function gets (for the specified system object) whether Secure Sockets is being used (if connected), or would be attempted (if not currently connected) for a connection.
UINT CWB_ENTRY cwbCO_IsSecureSockets( cwbCO_SysHandle system, cwb_Boolean *inUse );
The following list shows common return values:
This flag is an indication of what iSeries Access for Windows® attempts will TRY to do for any future communications. If CWB_TRUE is returned, then any attempt to communicate to the iSeries system that cannot be performed using secure sockets will fail.
Although with limitations, iSeries Access for Windows enforces Federal Information Processing Standards (FIPS) compliance when SSL is used, this API does not return an indication of whether FIPS compliance is on or off. The only way to verify that FIPS-compliance is on or off is to visually inspect the FIPS compliance checkbox in iSeries Access for Windows Properties. For more information about FIPS and its use, see the User's Guide installed with iSeries Access for Windows.