<!--
{
  "availability" : [
    "iOS: 9.0.0 - 11.3.0",
    "iPadOS: 9.0.0 - 11.3.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.12.1 - 10.13.4",
    "tvOS: 9.0.0 - 11.3.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 4.3.0"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/SecAccessControlCreateFlags/touchIDCurrentSet",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@E@SecAccessControlCreateFlags@kSecAccessControlTouchIDCurrentSet"
  },
  "title" : "touchIDCurrentSet"
}
-->

# touchIDCurrentSet

Constraint to access an item with Touch ID for currently enrolled fingers.

```
static var touchIDCurrentSet: SecAccessControlCreateFlags { get }
```

## Discussion

Touch ID must be available and enrolled with at least one finger. The item is invalidated if fingers are added or removed.

---

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)