Specifies the private key to be used with client-based certificate authentication (CBCA).
#include <ldap_ssl.h>
int ldapssl_set_client_private_key (
void *key,
int type
void *password);
(IN) Points to the encoded client private key file.
(IN) Key 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 private key password.
For sample code, see mutual.c,.