title | description | ms.date | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | author | ms.author | manager | ms.subservice | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ResolveKeySource Task |
Learn about the parameters of the MSBuild ResolveKeySource task, which determines the strong name key source. |
11/04/2016 |
reference |
|
|
ghogen |
ghogen |
mijacobs |
msbuild |
Determines the strong name key source.
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. |
In addition to the parameters listed above, this task inherits parameters from the xref:Microsoft.Build.Tasks.TaskExtension class, which itself inherits from the xref:Microsoft.Build.Utilities.Task class. For a list of these additional parameters and their descriptions, see TaskExtension base class.