pub unsafe extern "C" fn sslc8CertChainRemoveCert(
CertChain_contexthandle: u32_,
cert_contexthandle: u32_,
) -> ResultExpand 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.