Expand description
Support to search for items in a keychain.
Structs§
- Item
AddOptions - Builder-pattern struct for specifying options for
add_item(SecAddItemwrapper). - Item
Class - Specifies the type of items to search for.
- Item
Search Options - A builder type to search for items in keychains.
- Item
Update Options - Builder-pattern struct for specifying options for
update_item(SecUpdateItemwrapper). - KeyClass
- Specifies the type of keys to search for.
Enums§
- AddRef
- Type of Ref to add to the keychain.
- Cloud
Sync - Specifies whether a search should match cloud-synchronized items.
- Item
AddValue - Value of an item to add to the keychain.
- Item
Update Value - Value of an item to update in the keychain.
- Limit
- Specifies the number of results returned by a search
- Location
- Which keychain to add an item to.
- Reference
- An enum including all objects whose references can be returned from a search.
- Search
Result - An individual search result.
Functions§
- add_
item Deprecated - Translates to
SecItemAdd. UseItemAddOptionsto build anadd_paramsCFDictionary. - update_
item - Translates to
SecItemUpdate.