Enum security_framework::item::Reference [−][src]
pub enum Reference {
Identity(SecIdentity),
Certificate(SecCertificate),
Key(SecKey),
KeychainItem(SecKeychainItem),
// some variants omitted
}Expand description
An enum including all objects which can be found by ItemSearchOptions.
Variants
A SecIdentity.
Tuple Fields of Identity
0: SecIdentityA SecCertificate.
Tuple Fields of Certificate
A SecKey.
Tuple Fields of Key
0: SecKeyA SecKeychainItem.
Only defined on OSX