豁免 Windows 應用程式套件加密的檔案。
語法
typedef struct APPX_ENCRYPTED_EXEMPTIONS {
UINT32 count;
LPCWSTR *plainTextFiles;
} APPX_ENCRYPTED_EXEMPTIONS;
成員
count
豁免的檔案計數。
plainTextFiles
免加密的檔案。
要求
| 要求 | 價值 |
|---|---|
| 最低支援的用戶端 | Windows 10 [僅限傳統型應用程式] |
| 支援的最低伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
| 標頭 | appxpackaging.h |