VsixSignToolVerifySettings.

File Property

Summary

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.

Syntax

public string File { get; set; }

Attributes

Type Description
ParameterAttribute Decorates with parameter name.

Value

Type Description
string