Summary
Specifies the publisher's official public/private key pair with which
the resulting assembly should be signed with a strong name.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- TlbImpTask
Syntax
[TaskAttribute("keyfile")]
public FileInfo KeyFile { get; set; }
Remarks
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo | The key file to use to sign the resulting assembly with a strong name. |