This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.VsixSignTool.
Summary
Settings for VsixSignTool Sign command.
- Assembly
- Cake
.VsixSignTool .dll - Namespace
- Cake
.VsixSignTool - Base Types
-
- ToolSettings
- AutoToolSettings
graph BT
Type-->Base0["AutoToolSettings"]
click Base0 "/api/Cake.VsixSignTool/AutoToolSettings"
Base0-->Base1["ToolSettings"]
Type["VsixSignToolVerifySettings"]
class Type type-node
Syntax
public sealed class VsixSignToolVerifySettings : AutoToolSettings
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Vsix |
Properties
Name | Value | Summary |
---|---|---|
Csp | string |
Specify the CSP containing the Private Key Container.
|
File | string |
Specify the signing cert in a file. If this file is a PFX with a password, the password may be supplied with the "/p" option.
If the file is P7B file, use the "/csp" and "/k" options to specify the CSP and container name of the private key.
If there is an existing signing cert stored in the package, the stored cert is ignored.
|
Hash | string |
Specify the SHA1 hash of the signing cert.
|
KeyContainerName | string |
Specify the Key Container Name of the Private Key.
|
Password | string |
Specify a password to use when opening the PFX file.
|
Quiet | bool |
No output on success and minimal output on failure. As always, VsixSignTool returns 0 on success and 1 on failure.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|