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

Removes the specified cert from the CertChain from sslcCreate8CertChain().

§Arguments

  • CertChain_contexthandle - CertChain to use.
  • cert_contexthandle - Cert contexthandle to remove from the CertChain.