TipcSrv*Credentials functions are used by the Security Manager to authenticate a connection to RTserver. The Security Manager is available through TIBCO Professional Services Group.
TipcSrvConnSetCredentials set the credentials of the connection to RTserver when using multiple connections
T_BOOL TipcSrvConnSetCredentials(srv
,auth_policy_id
,auth_data
,auth_data_len
) T_IPC_SRVsrv
; T_INT4auth_policy_id
; T_PTRauth_data
; T_INT4auth_data_len
;
TipcSrvSetCredentials set the credentials of the connection to RTserver
T_BOOL TipcSrvSetCredentials(auth_policy_id
,auth_data
,auth_data_len
) T_INT4auth_policy_id
; T_PTRauth_data
; T_INT4auth_data_len
;
TIBCO SmartSockets™ API Quick Reference Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |