pub unsafe extern "C" fn sslcRootCertChainRemoveCert(
RootCertChain_contexthandle: u32_,
cert_contexthandle: u32_,
) -> Result
Expand description
Removes the specified cert from the RootCertChain.
§Arguments
RootCertChain_contexthandle
- RootCertChain to use.cert_contexthandle
- Cert contexthandle to remove from the RootCertChain.