AssemblyLinkerTask.

KeyFile Property

Summary

Specifies a file (filename) that contains a key pair or just a public key to sign an assembly.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("keyfile", Required = false)]
public FileInfo KeyFile { get; set; }

Remarks

Corresponds with the /keyf[ile]: flag.

Attributes

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

Value

Type Description
FileInfo The complete path to the key file.