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.

IAppxEncryptedFile 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 information about an encrypted file.

Members

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

Methods

The IAppxEncryptedFile interface has these methods.

MethodDescription
GetEncryptedSize

Gets the size of the encrypted file.

GetEncryptedStream

Gets the stream of the encrypted file. The stream contains encrypted data of the file.

GetKeyContext

Gets the key context of the file, which is used to initialize the encryption engine to decrypt the file.

 

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_IAppxEncryptedFile is defined as F52423FF-0299-478F-B3AC-6FFE800DB659

See also

IAppxFile

 

 

Show:
© 2017 Microsoft