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


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM z/OS : tibemsSSLParams_System_SetAuthOnly

tibemsSSLParams_System_SetAuthOnly
Function
Purpose
Limit the use of IBM System SSL to improve performance.
C Declaration
tibems_status tibemsSSLParams_System_SetAuthOnly(
    tibemsSSLParams SSLParams,
    tibems_bool auth_only );
COBOL Call
CALL "tibemsSSLParams_System_SetAuthOnly"
     USING BY VALUE SSLParams,
           BY VALUE auth_only,
           RETURNING tibems-status
END-CALL.
 
SSLParams has usage pointer.
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
This parameter is connection-specific and can be specified for each connection.
For background information, see SSL Authentication Only in TIBCO Enterprise Message Service User’s Guide.
See Also
tibemsSSLParams_SetAuthOnly on page 238

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