This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppPackager.
Summary
Creates an decrypted app package from the specified input app package at the specified output package.
- Assembly
- Cake
.AppPackager .dll - Namespace
- Cake
.AppPackager .Decrypt - Containing Type
- AppDecrypter
Syntax
public void Decrypt(FilePath inputPackage, FilePath outputPackage, FilePath keyFile, AppPackagerSettings settings)
Parameters
Name | Type | Description |
---|---|---|
inputPackage | FilePath | Input name of the application package. |
outputPackage | FilePath | Output package name. |
keyFile | FilePath | Keyfile to use for encryption, if not provided, the global test key will be used. |
settings | AppPackagerSettings | The settings. |
Return Value
Type | Description |
---|---|
void |