Enum security_framework::item::ItemClass
[−]
[src]
pub enum ItemClass { GenericPassword, InternetPassword, Certificate, Key, Identity, }
Specifies the type of items to search for.
Variants
GenericPassword
Look for SecKeychainItem
s corresponding to generic passwords.
InternetPassword
Look for SecKeychainItem
s corresponding to internet passwords.
Certificate
Look for SecCertificate
s.
Key
Look for SecKey
s.
Identity
Look for SecIdentity
s.