NAnt SDK Documentation - v0.92

CompilerBase.KeyFile Property

Specifies a strong name key file.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="keyfile", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property KeyFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="keyfile", ExpandProperties=True, ProcessXml=True)]
public virtual System.IO.FileInfo KeyFile {get; set;}

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace