Enum security_framework::item::AddRef
source · pub enum AddRef {
Key(SecKey),
Identity(SecIdentity),
Certificate(SecCertificate),
}Expand description
Type of Ref to add to the keychain.
pub enum AddRef {
Key(SecKey),
Identity(SecIdentity),
Certificate(SecCertificate),
}Type of Ref to add to the keychain.