AppEncrypter.

Encrypt(FilePath, FilePath, FilePath, AppPackagerSettings) Method

Summary

Creates an encrypted app package from the specified input app package at the specified output package.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager.Encrypt
Containing Type
AppEncrypter

Syntax

public void Encrypt(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