tibemsConnectionFactory_SetPkPassword
Function
C Declaration
extern tibems_status tibemsConnectionFactory_SetPkPassword( tibemsConnectionFactory factory, const char* pk_password);
COBOL Call
CALL "tibemsConnectionFactory_SetPkPassword" USING BY VALUE factory, BY REFERENCE pk-password, RETURNING tibems-status END-CALL.
Remarks
It is an error to call this function on a connection factory for which an tibemsSSLParams struct is not yet set.
Notice that this SSL private key encryption password is distinct from the server authentication password, and from the proxy authentication password.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.