The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
APPX_ENCRYPTED_EXEMPTIONS structure
Files exempted from Windows app package encryption.
Syntax
typedef struct _APPX_ENCRYPTED_EXEMPTIONS { UINT32 count; LPCWSTR *plainTextFiles; } APPX_ENCRYPTED_EXEMPTIONS, *PAPPX_ENCRYPTED_EXEMPTIONS;
Members
- count
-
The count of files exempted.
- plainTextFiles
-
Files exempted from encryption.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: