ManageCertificateStore.KeyFiles Property

Gets or sets the locations of certificates.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration
Assembly:  Microsoft.VisualStudio.Tools.Applications.BuildTasks (in Microsoft.VisualStudio.Tools.Applications.BuildTasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property KeyFiles As ITaskItem()
'Usage
Dim instance As ManageCertificateStore 
Dim value As ITaskItem()

value = instance.KeyFiles

instance.KeyFiles = value
[RequiredAttribute]
public ITaskItem[] KeyFiles { get; set; }
[RequiredAttribute]
public:
property array<ITaskItem^>^ KeyFiles {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
public function get KeyFiles () : ITaskItem[]
public function set KeyFiles (value : ITaskItem[])

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem objects that represents the locations of certificates.

Remarks

The KeyFiles property must be assigned before Execute is called.

.NET Framework Security

See Also

Reference

ManageCertificateStore Class

ManageCertificateStore Members

Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace