Struct security_framework::item::ItemClass
source · pub struct ItemClass(_);Expand description
Specifies the type of items to search for.
Implementations§
source§impl ItemClass
impl ItemClass
sourcepub fn generic_password() -> Self
pub fn generic_password() -> Self
Look for SecKeychainItems corresponding to generic passwords.
sourcepub fn internet_password() -> Self
pub fn internet_password() -> Self
Look for SecKeychainItems corresponding to internet passwords.
sourcepub fn certificate() -> Self
pub fn certificate() -> Self
Look for SecCertificates.