Summary
This namespace contain types used for
signing assemblies with SignTool.
Class Types
Class | Summary |
---|---|
SignToolSignAliases |
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. |
SignToolSignRunner | The SignTool SIGN assembly runner. |
SignToolSignSettings |
Contains settings used by SignToolSignRunner .
|
Enum Types
Enum | Summary |
---|---|
Sign |
Digest algorithm for SignTool. |
Interface Types
Interface | Summary |
---|---|
ISignToolResolver | Represents a sign tool resolver. |