Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_SetAuthOnly

tibemsSSLParams_SetAuthOnly
Function
Purpose
Limit the use of SSL to improve performance.
C Declaration
tibems_status tibemsSSLParams_SetAuthOnly(
    tibemsSSLParams SSLParams,
    tibems_bool auth_only );
IBM z/OS
This function is not supported on IBM z/OS systems. For more information, see SSL Implementation on IBM z/OS.
Parameters
 
TIBEMS_TRUE instructs the SSL parameter object to request a connection that uses SSL only for authentication.
TIBEMS_FALSE instructs the SSL parameter object to request a connection that uses SSL to secure all data.
Remarks
For background information, see SSL Authentication Only in TIBCO Enterprise Message Service User’s Guide.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved