NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
IlasmTask.KeyFile Property
[This is preliminary documentation and subject to change.]
Instructs the compiler to generate a strong signature of the PE file.
[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;}
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