NAnt SDK Documentation - v0.92

DelaySignTask.KeyFile Property

Specifies the filesystem path to the signing key.

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

See Also

DelaySignTask Class | NAnt.DotNet.Tasks Namespace