IAppxEncryptedPackageFile interface

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Retrieves encrypted package readers and streams.

Members

The IAppxEncryptedPackageFile interface inherits from IAppxFile. IAppxEncryptedPackageFile also has these types of members:

  • Methods

Methods

The IAppxEncryptedPackageFile interface has these methods.

Method Description
GetEncryptedPackageReader

Gets an encrypted package reader over the package payload file that has been validated against the bundle.

GetStreamWithoutValidation

Gets the standalone encrypted payload package stream without bundle validation. If this is the first time the stream is requested, it initializes and caches the stream for future use.

 

Requirements

Minimum supported client

Windows 10, version 1607 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxEncryptedPackageFile is defined as C2CB2364-4FA9-4878-8C9C-7E2AFB98B6D2

See also

IAppxFile