Skip to main content

SecCertificateCopySubjectSummary

Function SecCertificateCopySubjectSummary 

Source
pub unsafe extern "C-unwind" fn SecCertificateCopySubjectSummary(
    certificate: &SecCertificate,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to SecCertificate::subject_summary

Available on crate features SecBase and SecCertificate only.