IlasmTask.

KeyFile Property

Summary

Instructs the compiler to generate a strong signature of the PE file.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
IlasmTask

Syntax

[TaskAttribute("keyfile")]
public FileInfo KeyFile { get; set; }

Remarks

Corresponds to the /KEY=<keyfile> flag.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo A System.IO.FileInfo that represents the file containing the private encryption key.