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.
| Method | Description |
|---|---|
| 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 |
|
|
IDL |
|
|
IID |
IID_IAppxEncryptedFile is defined as F52423FF-0299-478F-B3AC-6FFE800DB659 |
See also