tibemsConnectionFactory_GetSSLProxyPassword

Function

Purpose

Get the TLS 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.
Note: factory and proxy-password have usage pointer.

Parameters

Parameter Description
factory Get the TLS proxy password from this connection factory.
proxy_password The function stores the proxy password in this location.