Skip to main content

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 cssmconfig and cssmtype and SecBase and SecIdentity only.