SecIdentityCopyPreference

Function SecIdentityCopyPreference 

Source
pub unsafe extern "C-unwind" fn SecIdentityCopyPreference(
    name: &CFString,
    key_usage: CSSM_KEYUSE,
    valid_issuers: Option<&CFArray>,
    identity: NonNull<*mut SecIdentity>,
) -> i32
👎Deprecated: renamed to SecIdentity::copy_preference
Available on crate features SecBase and SecIdentity and cssmconfig and cssmtype only.