SecIdentityCopyPrivateKey

Function SecIdentityCopyPrivateKey 

Source
pub unsafe extern "C-unwind" fn SecIdentityCopyPrivateKey(
    identity_ref: &SecIdentity,
    private_key_ref: NonNull<*mut SecKey>,
) -> i32
👎Deprecated: renamed to SecIdentity::copy_private_key
Available on crate features SecBase and SecIdentity only.