tibemsSSLParams_SetAuthOnly


Function

Purpose

Limit the use of SSL to improve performance.

C Declaration

tibems_status tibemsSSLParams_SetAuthOnly( 
    tibemsSSLParams SSLParams, 
    tibems_bool auth_only ); 

COBOL Call

CALL "tibemsSSLParams_SetAuthOnly" 
     USING BY VALUE SSLParams, 
           BY VALUE auth_only, 
           RETURNING tibems-status 
END-CALL. 

SSLParams has usage pointer.

Remarks

For background information, see SSL Authentication Only in TIBCO Enterprise Message Service User’s Guide

Parameter
Description
SSLParams
Set the value in this SSL parameter object.
auth_only
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.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com