Function SecCertificateCopyNormalizedIssuerSequence

Source
pub unsafe extern "C-unwind" fn SecCertificateCopyNormalizedIssuerSequence(
    certificate: &SecCertificate,
) -> Option<CFRetained<CFData>>
Available on crate features SecBase and SecCertificate only.
Expand description

Return the certificate’s normalized issuer

Parameter certificate: The certificate from which to get values

The issuer is a sequence in the format used by SecItemCopyMatching. The content returned is a DER-encoded X.509 distinguished name. For a display version of the issuer, call SecCertificateCopyValues. The caller must CFRelease the value returned.