NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
IlasmTask.KeySource 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:="keysource", ExpandProperties:=True, ProcessXml:=True)>
Public Property KeySource As
String
[C#]
[TaskAttribute(Required=False, Name="keysource", ExpandProperties=True, ProcessXml=True)]
public
string KeySource {get; set;}
Property Value
A String that contains the private encryption key.
Remarks
Corresponds to the /KEY=@<keysource>
flag.
See Also
IlasmTask Class | NAnt.DotNet.Tasks Namespace