Summary
Instructs the compiler to generate a strong signature of the PE
file.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
[TaskAttribute("keysource")]
public string KeySource { get; set; }
Remarks
Corresponds to the /KEY=@<keysource>
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |
A string that contains the private
encryption key.
|