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.
KeyClass
Specifies the type of keys to search for.

Enums§

AddRef
Type of Ref to add to the keychain.
ItemAddValue
Value of an item to add to 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. Note that generic Keychain Items, such as passwords and preferences, do not have specific object types; they are modeled using dictionaries and so are available directly as search results in variant SearchResult::Dict.
SearchResult
An individual search result.

Functions§

add_item
Translates to SecItemAdd. Use ItemAddOptions to build an add_params CFDictionary.