Skip to main content

SecPolicyCreateWithProperties

Function SecPolicyCreateWithProperties 

Source
pub unsafe extern "C-unwind" fn SecPolicyCreateWithProperties(
    policy_identifier: &CFType,
    properties: Option<&CFDictionary>,
) -> Option<CFRetained<SecPolicy>>
👎Deprecated:

renamed to SecPolicy::with_properties

Available on crate features SecBase and SecPolicy only.