Credentials Functions (TipcSrv*Credentials)


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_SRV srv; 
T_INT4 auth_policy_id; 
T_PTR auth_data; 
T_INT4 auth_data_len; 

TipcSrvSetCredentials — set the credentials of the connection to RTserver

T_BOOL TipcSrvSetCredentials(auth_policy_id, auth_data, auth_data_len) 
T_INT4 auth_policy_id; 
T_PTR auth_data; 
T_INT4 auth_data_len; 

TIBCO SmartSockets™ API Quick Reference
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com