SecCertificateGetAlgorithmID

Function SecCertificateGetAlgorithmID 

Source
pub unsafe extern "C-unwind" fn SecCertificateGetAlgorithmID(
    certificate: &SecCertificate,
    algid: NonNull<*const SecAsn1AlgId>,
) -> i32
👎Deprecated: renamed to SecCertificate::algorithm_id
Available on crate features SecAsn1Types and SecBase and SecCertificate only.