X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/ecaf5866106b8f08bdb7c1b4f489ef4dfd01278a..HEAD:/OSX/sec/Security/SecAccessControlPriv.h diff --git a/OSX/sec/Security/SecAccessControlPriv.h b/OSX/sec/Security/SecAccessControlPriv.h index 9a57a15a..efb0adea 100644 --- a/OSX/sec/Security/SecAccessControlPriv.h +++ b/OSX/sec/Security/SecAccessControlPriv.h @@ -68,6 +68,9 @@ SecAccessConstraintRef SecAccessConstraintCreateBiometryCurrentSet(CFAllocatorRe SecAccessConstraintRef SecAccessConstraintCreateTouchIDCurrentSet(CFAllocatorRef allocator, CFDataRef catacombUUID, CFDataRef bioDbHash) API_DEPRECATED_WITH_REPLACEMENT("SecAccessConstraintCreateBiometryCurrentSet", macos(10.12.1, 10.13.4), ios(9.0, 11.3)); +/*! Creates constraint which requires watch verification. */ +SecAccessConstraintRef SecAccessConstraintCreateWatch(CFAllocatorRef allocator) API_AVAILABLE(macos(10.14), ios(12.0)); + /*! Creates constraint composed of other constraints. @param numRequired Number of constraints required to be satisfied in order to consider overal constraint satisfied. @param constraints Array of constraints to be chosen from.