Struct security_framework::item::ItemSearchOptions[][src]

pub struct ItemSearchOptions { /* fields omitted */ }
Expand description

A builder type to search for items in keychains.

Implementations

Creates a new builder with default options.

Search only for items of the specified class.

Load Security Framework objects (SecCertificate, SecKey, etc) for the results.

Load Security Framework object attributes for the results.

Load Security Framework objects data for the results.

Limit the number of search results.

If this is not called, the default limit is 1.

Search for an item with the given label.

Sets kSecAttrAccessGroup to kSecAttrAccessGroupToken

Search for objects.

Trait Implementations

Returns the “default value” for a type. Read more

Search within the specified keychains. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.