NAnt SDK Documentation - v0.85-nightly-2005-11-09

DelaySignTask.KeyFile Property

[This is preliminary documentation and subject to change.]

Specifies the filesystem path to the signing key.

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.DelaySignTask.KeyFile

See Also

DelaySignTask Class | NAnt.DotNet.Tasks Namespace