VsixSignToolVerifySettings Class

Summary

Settings for VsixSignTool Sign command.
Assembly
Cake.VsixSignTool.dll
Namespace
Cake.VsixSignTool
Base Types
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
NullableContextAttribute
NullableAttribute

Constructors

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<VsixSignToolVerifySettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<VsixSignToolVerifySettings>(VsixSignToolVerifySettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<VsixSignToolVerifySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<VsixSignToolVerifySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<VsixSignToolVerifySettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<VsixSignToolVerifySettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin