---
title: kSecCodeInfoCertificates
framework: security
role: symbol
role_heading: Global Variable
path: security/kseccodeinfocertificates
---

# kSecCodeInfoCertificates

A key whose value is an array of certificates representing the certificate chain of the signing certificate as seen by the system.

## Declaration

```swift
let kSecCodeInfoCertificates: CFString
```

## Discussion

Discussion The value is a CFArray array of SecCertificate objects that the system uses to process the signature. Absent for ad-hoc signed code. May be partial or absent in the case of error. Specify the kSecCSSigningInformation flag when calling the SecCodeCopySigningInformation(_:_:_:) function to get this information.
