Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.89 KB

nf-appxpackaging-iappxencryptionfactory3-encryptbundle.md

File metadata and controls

83 lines (64 loc) · 2.89 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:appxpackaging.IAppxEncryptionFactory3.EncryptBundle
IAppxEncryptionFactory3::EncryptBundle (appxpackaging.h)
Creates an encrypted Windows app bundle from an unencrypted one. (IAppxEncryptionFactory3.EncryptBundle)
EncryptBundle
EncryptBundle method [App packaging and management]
EncryptBundle method [App packaging and management]
IAppxEncryptionFactory3 interface
IAppxEncryptionFactory3 interface [App packaging and management]
EncryptBundle method
IAppxEncryptionFactory3.EncryptBundle
IAppxEncryptionFactory3::EncryptBundle
appxpackaging/IAppxEncryptionFactory3::EncryptBundle
appxpkg.iappxencryptionfactory3_encryptbundle
appxpkg\iappxencryptionfactory3_encryptbundle.htm
appxpkg
4ECF7227-08A1-4AEB-8545-420090131FB8
12/05/2018
EncryptBundle, EncryptBundle method [App packaging and management], EncryptBundle method [App packaging and management],IAppxEncryptionFactory3 interface, IAppxEncryptionFactory3 interface [App packaging and management],EncryptBundle method, IAppxEncryptionFactory3.EncryptBundle, IAppxEncryptionFactory3::EncryptBundle, appxpackaging/IAppxEncryptionFactory3::EncryptBundle, appxpkg.iappxencryptionfactory3_encryptbundle
appxpackaging.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxEncryptionFactory3::EncryptBundle
appxpackaging/IAppxEncryptionFactory3::EncryptBundle
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxEncryptionFactory3.EncryptBundle

IAppxEncryptionFactory3::EncryptBundle

-description

Creates an encrypted Windows app bundle from an unencrypted one.

-parameters

-param inputStream [in]

A readable stream from the app bundle to encrypt.

-param outputStream [in]

A writable stream for writing the resulting encrypted app bundle.

-param settings [in]

Settings for creating the bundle.

-param keyInfo [in]

Key info containing the base encryption key and key ID for encrypting the bundle. The base encryption key is used to derive the per file encryption keys. If this parameter is null, the global test key and key ID are used.

-param exemptedFiles [in]

Files exempted from the bundle writer.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IAppxEncryptionFactory3