Skip to main content

SecKeychainItemExport

Function SecKeychainItemExport 

Source
pub unsafe extern "C-unwind" fn SecKeychainItemExport(
    keychain_item_or_array: &CFType,
    output_format: SecExternalFormat,
    flags: SecItemImportExportFlags,
    key_params: *const SecKeyImportExportParameters,
    exported_data: NonNull<*const CFData>,
) -> i32
👎Deprecated:

renamed to SecKeychainItem::export

Available on crate features cssmconfig and cssmtype and SecBase and SecImportExport only.