---
title: kSecCodeInfoEntitlements
framework: security
role: symbol
role_heading: Global Variable
path: security/kseccodeinfoentitlements
---

# kSecCodeInfoEntitlements

A key whose value represents the embedded entitlement blob of the code, if any.

## Declaration

```swift
let kSecCodeInfoEntitlements: CFString
```

## Discussion

Discussion The value is a CFData object. Specify the kSecCSRequirementInformation flag when calling the SecCodeCopySigningInformation(_:_:_:) to get this information.
