Specifies the client certificate to be used with client-based certificate authentication (CBCA).
#include <ldap_ssl.h>
int ldapssl_set_client_cert (
void *cert,
int type
void *password);
(IN) Points to the encoded client certificate file.
(IN) Certificate type. This must be one of the following values:
LDAPSSL_CERT_FILETYPE_B64
LDAPSSL_CERT_FILETYPE_DER
LDAPSSL_CERT_BUFFTYPE_B64
LDAPSSL_CERT_BUFFTYPE_DER
(IN) Points to the client certificate password.
For sample code, see mutual.c,.