Enum security_framework::item::Reference [] [src]

pub enum Reference {
    Identity(SecIdentity),
    Certificate(SecCertificate),
    Key(SecKey),
    KeychainItem(SecKeychainItem),
}

An enum including all objects which can be found by ItemSearchOptions.

Variants

A SecIdentity.

A SecCertificate.

A SecKey.

A SecKeychainItem.

Only defined on OSX

Trait Implementations

impl Debug for Reference
[src]

Formats the value using the given formatter.