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_PACKAGE_SETTINGS2 structure
Encrypted Windows app package settings. This structure expands on APPX_ENCRYPTED_PACKAGE_SETTINGS.
Syntax
typedef struct _APPX_ENCRYPTED_PACKAGE_SETTINGS2 { UINT32 keyLength; LPCWSTR encryptionAlgorithm; TUri *blockMapHashAlgorithm; DWORD options; } APPX_ENCRYPTED_PACKAGE_SETTINGS2, *PAPPX_ENCRYPTED_PACKAGE_SETTINGS2;
Members
- keyLength
-
The key length.
- encryptionAlgorithm
-
The encryption algorithm used.
- blockMapHashAlgorithm
-
The Uri of the block map hash algorithm.
- options
-
Additional options for encrypted packages. Options come from the APPX_ENCRYPTED_PACKAGE_OPTIONS enum.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: