---
title: kSecCodeInfoEntitlementsDict
framework: security
role: symbol
role_heading: Global Variable
path: security/kseccodeinfoentitlementsdict
---

# kSecCodeInfoEntitlementsDict

A key whose value is a dictionary of embedded entitlements.

## Declaration

```swift
let kSecCodeInfoEntitlementsDict: CFString
```

## Discussion

Discussion The value is a 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).
