Windows apps
Collapse the table of content
Expand the table of content
Information
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_SETTINGS structure

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, *PAPPX_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

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

 

 

Show:
© 2017 Microsoft