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


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_SetIdentity

tibemsSSLParams_SetIdentity
Function
Purpose
Set the identity of the client program.
C Declaration
tibems_status tibemsSSLParams_SetIdentity(
    tibemsSSLParams SSLParams,
    const void* data,
    tibems_int size,
    tibems_int encoding );
 
tibems_status tibemsSSLParams_SetIdentityFile(
    tibemsSSLParams SSLParams,
    const char* filename,
    tibems_int encoding );
COBOL Call
CALL "tibemsSSLParams_SetIdentity"
     USING BY VALUE tibemsSSLParams,
           BY REFERENCE data,
           BY VALUE size,
           BY VALUE encoding,
           RETURNING tibems-status
END-CALL.
 
CALL "tibemsSSLParams_SetIdentityFile"
     USING BY VALUE SSLParams,
           BY REFERENCE filename,
           BY VALUE encoding,
           RETURNING tibems-status
END-CALL.
 
SSLParams has usage pointer.
COBOL does not support tibemsSSLParams_SetIdentityFile.
Parameters
 

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