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 |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
Sign |
void |
Signs the specified assembly.
static
|
Sign |
void |
Signs the specified assemblies.
static
|
Sign |
void |
Signs the specified assemblies.
static
|
Sign |
void |
Signs the specified assembly.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|