ResolveKeySource Task
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Determines the strong name key source.
Task Parameters
The following table describes the parameters of the ResolveKeySource
task.
Parameter | Description |
---|---|
AutoClosePasswordPromptShow |
Optional Int32 parameter.Gets or sets the amount of time, in seconds, to display the count down message. |
AutoClosePasswordPromptTimeout |
Optional Int32 parameter.Gets or sets the amount of time, in seconds, to wait before closing the password prompt dialog. |
CertificateFile |
Optional String parameter.Gets or sets the path of the certificate file. |
CertificateThumbprint |
Optional String parameter.Gets or sets the certificate thumbprint. |
KeyFile |
Optional String parameter.Gets or sets the path of the key file. |
ResolvedKeyContainer |
Optional String output parameter.Gets or sets the resolved key container. |
ResolvedKeyFile |
Optional String output parameter.Gets or sets the resolved key file. |
ResolvedThumbprint |
Optional String output parameter.Gets or sets the resolved certificate thumbprint. |
ShowImportDialogDespitePreviousFailures |
Optional Boolean parameter.If true , show the import dialog despite previous failures. |
SuppressAutoClosePasswordPrompt |
Optional Boolean parameter.Gets or sets a Boolean value that specifies whether the password prompt dialog should not auto-close. |
Remarks
In addition to the parameters listed above, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension Base Class.