AppDecrypter.

Decrypt(FilePath, FilePath, FilePath, AppPackagerSettings) Method

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