<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/kSecCodeInfoEntitlementsDict",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@kSecCodeInfoEntitlementsDict"
  },
  "title" : "kSecCodeInfoEntitlementsDict"
}
-->

# kSecCodeInfoEntitlementsDict

A key whose value is a dictionary of embedded entitlements.

```
let kSecCodeInfoEntitlementsDict: CFString
```

## Discussion

The value is a <doc://com.apple.documentation/documentation/CoreFoundation/CFDictionary> object containing the embedded entitlements of the code if it has entitlements and they are in standard dictionary form. The value is absent if the code has no entitlements, or they are in a different format (in which case, see [`kSecCodeInfoEntitlements`](/documentation/Security/kSecCodeInfoEntitlements)).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)