SecCertificateGetSubject

Function SecCertificateGetSubject 

Source
pub unsafe extern "C-unwind" fn SecCertificateGetSubject(
    certificate: &SecCertificate,
    subject: NonNull<*const CSSM_X509_NAME>,
) -> i32
👎Deprecated: renamed to SecCertificate::subject
Available on crate features SecAsn1Types and SecBase and SecCertificate and cssmconfig and x509defs only.