Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Files exempted from Windows app package encryption.
Syntax
typedef struct APPX_ENCRYPTED_EXEMPTIONS {
UINT32 count;
LPCWSTR *plainTextFiles;
} APPX_ENCRYPTED_EXEMPTIONS;
Members
count
The count of files exempted.
plainTextFiles
Files exempted from encryption.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | appxpackaging.h |