Module item

Module item 

Source
Expand description

Support to search for items in a keychain.

Structs§

ItemAddOptions
Builder-pattern struct for specifying options for add_item (SecAddItem wrapper).
ItemClass
Specifies the type of items to search for.
ItemSearchOptions
A builder type to search for items in keychains.
ItemUpdateOptions
Builder-pattern struct for specifying options for update_item (SecUpdateItem wrapper).
KeyClass
Specifies the type of keys to search for.

Enums§

AddRef
Type of Ref to add to the keychain.
CloudSync
Specifies whether a search should match cloud-synchronized items.
ItemAddValue
Value of an item to add to the keychain.
ItemUpdateValue
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.
SearchResult
An individual search result.

Functions§

add_itemDeprecated
Translates to SecItemAdd. Use ItemAddOptions to build an add_params CFDictionary.
update_item
Translates to SecItemUpdate.