SignToolSignAliases Class

Summary

Contains functionality related to signing assemblies with PFX certificates using SignTool.

In order to use the commands for this alias, SignTool will need to be installed on the machine where the Cake script is being executed. This is typically achieved by installing the correct Windows SDK.

Namespace
Cake.Common.Tools.SignTool
Base Types
  • object
graph BT Type-->Base0["object"] Type["SignToolSignAliases"] class Type type-node

Syntax

[CakeAliasCategoryAttribute("Signing")]
public static class SignToolSignAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
Sign(ICakeContext, FilePath, SignToolSignSettings) void
Signs the specified assembly.
static
Sign(ICakeContext, IEnumerable<FilePath>, SignToolSignSettings) void
Signs the specified assemblies.
static
Sign(ICakeContext, IEnumerable<string>, SignToolSignSettings) void
Signs the specified assemblies.
static
Sign(ICakeContext, string, SignToolSignSettings) void
Signs the specified assembly.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin