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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_GetSSLProxyPassword

tibemsConnectionFactory_GetSSLProxyPassword
Function
Purpose
Get the SSL proxy password from a connection factory.
C Declaration
tibems_status tibemsConnectionFactory_GetSSLProxyPassword(
    tibemsConnectionFactory factory,
    const char** proxy_password);
COBOL Call
CALL "tibemsConnectionFactory_GetSSLProxyPassword"
     USING BY VALUE factory,
           BY REFERENCE proxy-password,
     RETURNING tibems-status
END-CALL.
 
factory and proxy-password have usage pointer.
Parameters
 
See Also
tibemsConnectionFactory_SetSSLProxyAuth on page 285

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