tibemsSSLParams_System_SetAuthOnly
Function
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.
Parameters
Parameter | Description |
---|---|
SSLParams | Set the value in this TLS parameter object. |
auth_only | TIBEMS_TRUE instructs the TLS parameter object to request a connection that uses TLS only for authentication.
TIBEMS_FALSE instructs the TLS parameter object to request a connection that uses TLS to secure all data. |
Remarks
This parameter is connection-specific and can be specified for each connection.
For background information, see TLS Authentication Only in the TIBCO Enterprise Message Service User’s Guide.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.