Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |