Skip to main content

SecTrustSetParameters

Function SecTrustSetParameters 

Source
pub unsafe extern "C-unwind" fn SecTrustSetParameters(
    trust_ref: &SecTrust,
    action: CSSM_TP_ACTION,
    action_data: &CFData,
) -> i32
👎Deprecated:

renamed to SecTrust::set_parameters

Available on crate features cssmconfig and cssmtype and SecTrust only.