NAnt SDK Documentation - v0.92

IlasmTask.KeySource Property

Instructs the compiler to generate a strong signature of the PE file.

[Visual Basic]
<TaskAttribute(Name:="keysource", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property KeySource As String
[C#]
[TaskAttribute(Name="keysource", Required=False, 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