Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Settings for encrypted Windows app packages.
Syntax
typedef struct APPX_ENCRYPTED_PACKAGE_SETTINGS {
UINT32 keyLength;
LPCWSTR encryptionAlgorithm;
BOOL useDiffusion;
IUri *blockMapHashAlgorithm;
} APPX_ENCRYPTED_PACKAGE_SETTINGS;
Members
keyLength
The key length.
encryptionAlgorithm
The encryption algorithm used.
useDiffusion
True is diffusion is used, false otherwise.
blockMapHashAlgorithm
The Uri of the block map hash algorithm.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | appxpackaging.h |