Skip to main content

SecCertificateSetPreference

Function SecCertificateSetPreference 

Source
pub unsafe extern "C-unwind" fn SecCertificateSetPreference(
    certificate: &SecCertificate,
    name: &CFString,
    key_usage: uint32,
    date: Option<&CFDate>,
) -> i32
👎Deprecated:

renamed to SecCertificate::set_preference

Available on crate features cssmconfig and SecBase and SecCertificate only.