3 * Constants and interfaces for dealing with entitlements
6 #ifndef MISENTITLEMENT_H
7 #define MISENTITLEMENT_H
11 #include <CoreFoundation/CoreFoundation.h>
14 /* Return an array of all known entitlements */
15 MIS_EXPORT CFArrayRef
MISEntitlementCopyAllEntitlements(void);
18 * Check if the entitlement dictionary permits an entitlement to have the
21 Boolean
MISEntitlementDictionaryAllowsEntitlementValue(CFDictionaryRef entitlements
, CFStringRef entitlement
, CFTypeRef value
);