Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 2.41 KB

resolvekeysource-task.md

File metadata and controls

48 lines (40 loc) · 2.41 KB
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
VB
CSharp
C++
ResolveKeySource task [MSBuild]
MSBuild, ResolveKeySource task
ghogen
ghogen
mijacobs
msbuild

ResolveKeySource task

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 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.

See also