KeyFile Property

MSBuild

Gets or sets the .snk file to sign the target assembly.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property KeyFile As ITaskItem
C#
public ITaskItem KeyFile { get; set; }
C++
public property ITaskItem KeyFile sealed  {
    ITaskItem get();
    void set(ITaskItem value);
}
J#
/** property */
public ITaskItem get_KeyFile();

/** property */
public void set_KeyFile(ITaskItem value);
JScript
public function get KeyFile() : ITaskItem

public function set KeyFile(value : ITaskItem);

Remarks

Can be used with DelaySign.

Corresponds to command line option "/keyfile".

The default value is null.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.