Skip to main content

SecIdentitySetPreference

Function SecIdentitySetPreference 

Source
pub unsafe extern "C-unwind" fn SecIdentitySetPreference(
    identity: &SecIdentity,
    name: &CFString,
    key_usage: CSSM_KEYUSE,
) -> i32
👎Deprecated:

renamed to SecIdentity::set_preference

Available on crate features cssmconfig and cssmtype and SecBase and SecIdentity only.