SecureDownloadFinished

Function SecureDownloadFinished 

Source
pub unsafe extern "C-unwind" fn SecureDownloadFinished(
    download_ref: SecureDownloadRef,
) -> i32
👎Deprecated: SecureDownload is not supported
Available on crate feature SecureDownload only.
Expand description

Concludes the secure download process. Call this after all data has been received.

Parameter downloadRef: A SecureDownloadRef instance.

Returns: Returns errSecureDownloadInvalidDownload if data is invalid. Otherwise see “Security Error Codes” (SecBase.h).

§Safety

download_ref must be a valid pointer.