module Sec::Query
Query
options for use with SecCopyMatching, SecItemUpdate
Constants
- CLASS
key identifying the class of an item (kSecClass)
- ITEM_LIST
key indicating the list of specific keychain items to the scope the search to
- KEYCHAIN
key indicating which keychain to use for the operation (kSecUseKeychain)
- RETURN_ATTRIBUTES
key indicating whether to return attributes (kSecReturnAttributes)
- RETURN_DATA
key indicating whether to return the password data (kSecReturnData)
- RETURN_REF
key indicating whether to return the SecKeychainItemRef (kSecReturnRef)
- SEARCH_LIST
key speciying the list of keychains to search (kSecMatchSearchList)