Secure Download
Implement Apple’s Secure Download System in macOS.
Overview
The Security.SecureDownload API provides access to Apple’s Secure Download System. This API is only useful for certain specialized apps. Because of this, you must import this API explicitly:
#import <Security/SecureDownload.h>