NAnt SDK Documentation - v0.92 |
|
IlasmTask.KeyFile Property
Instructs the compiler to generate a strong signature of the PE file.
[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;}
Property Value
A FileInfo that represents the file containing the private encryption key.
Remarks
Corresponds to the /KEY=<keyfile>
flag.
See Also
IlasmTask Class | NAnt.DotNet.Tasks Namespace