Skip to main content

SecAccessGetOwnerAndACL

Function SecAccessGetOwnerAndACL 

Source
pub unsafe extern "C-unwind" fn SecAccessGetOwnerAndACL(
    access_ref: &SecAccess,
    owner: NonNull<CSSM_ACL_OWNER_PROTOTYPE_PTR>,
    acl_count: NonNull<uint32>,
    acls: NonNull<CSSM_ACL_ENTRY_INFO_PTR>,
) -> i32
👎Deprecated:

renamed to SecAccess::get_owner_and_acl

Available on crate features cssmconfig and cssmtype and SecAccess and SecAsn1Types and SecBase only.