pub unsafe extern "C" fn httpcOpenDefaultClientCertContext(
    certID: SSLC_DefaultClientCert,
    ClientCert_contexthandle: *mut u32_
) -> Result
Expand 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.