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_OPTIONS enumeration

Encrypted app package options.

Syntax


typedef enum _APPX_ENCRYPTED_PACKAGE_OPTIONS { 
  APPX_ENCRYPTED_PACKAGE_OPTION_NONE          = 0,
  APPX_ENCRYPTED_PACKAGE_OPTION_DIFFUSION     = 0x1,
  APPX_ENCRYPTED_PACKAGE_OPTION_PAGE_HASHING  = 0x2
} APPX_ENCRYPTED_PACKAGE_OPTIONS;

Constants

APPX_ENCRYPTED_PACKAGE_OPTION_NONE

No options.

APPX_ENCRYPTED_PACKAGE_OPTION_DIFFUSION

Option to use diffusion.

APPX_ENCRYPTED_PACKAGE_OPTION_PAGE_HASHING

Option to add page hashes.

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