pub unsafe extern "C" fn httpcOpenDefaultClientCertContext(
certID: SSLC_DefaultClientCert,
ClientCert_contexthandle: *mut u32_,
) -> ResultExpand description
Opens a ClientCert-context with a default clientclient. Up to 2 ClientCert-contexts can be open under this user-process.
ยงArguments
certID- ID of the cert to add, see sslc.h.ClientCert_contexthandle- Output ClientCert context handle.