APPX_ENCRYPTED_EXEMPTIONS structure (appxpackaging.h)
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 |