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


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_GetIdentity

tibemsSSLParams_GetIdentity
Function
Purpose
Get the client identity that an SSL parameter object represents.
C Declaration
tibems_status tibemsSSLParams_GetIdentity(
    tibemsSSLParams SSLParams,
    const void** data,
    tibems_int* size,
    tibems_int* encoding );
COBOL Call
CALL "tibemsSSLParams_GetIdentity"
     USING BY VALUE SSLParams,
           BY REFERENCE data,
           BY REFERENCE size,
           BY REFERENCE encoding,
           RETURNING tibems-status
END-CALL.
 
SSLParams and data have usage pointer.
Parameters
 
Remarks
A client identity includes a certificate and private key; it may also include issuer certificates (optional).

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