kSecAttrAccessControl
A key with a value that’s an access control instance indicating access control settings for the item.
Declaration
let kSecAttrAccessControl: CFStringMentioned in
Discussion
The corresponding value is a SecAccessControl instance, created with the SecAccessControlCreateWithFlags(_:_:_:_:) method, containing access control conditions for the item. See Restricting keychain item accessibility for more details.