SecIdentityCreate

Function SecIdentityCreate 

Source
pub unsafe extern "C-unwind" fn SecIdentityCreate(
    allocator: Option<&CFAllocator>,
    certificate: &SecCertificate,
    private_key: &SecKey,
) -> Option<CFRetained<SecIdentity>>
👎Deprecated: renamed to SecIdentity::new
Available on crate features SecBase and SecIdentity only.