Summary
    Specifies the file containing the public key to use to sign the 
    resulting assembly.
    
		- Assembly
 - NAnt
.Win32 .dll  - Namespace
 - NAnt
.Win32 .Tasks  - Containing Type
 - TlbImpTask
 
Syntax
[TaskAttribute("publickey")]
public FileInfo PublicKeyFile { 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 file containing the public key to use to sign the resulting assembly. | 
