pub unsafe extern "C" fn httpcRootCertChainRemoveCert(
    RootCertChain_contexthandle: u32_,
    cert_contexthandle: u32_
) -> Result
Expand description

Removes a cert from a RootCertChain.

§Arguments

  • RootCertChain_contexthandle - RootCertChain to use.
  • cert_contexthandle - Contexthandle of the cert to remove.