Contents

SecCertificateCopyNormalizedIssuerSequence(_:)

Retrieves the normalized issuer sequence from a certificate.

Declaration

func SecCertificateCopyNormalizedIssuerSequence(_ certificate: SecCertificate) -> CFData?

Parameters

  • certificate:

    The certificate from which to retrieve the data.

Return Value

A data object containing the sequence or NULL on error. In Objective-C, free this object with a call to the CFRelease function when you are done with it.