NAnt SDK Documentation - v0.92 |
|
AxImpTask.KeyFile Property
Specifies the publisher's official public/private key pair with which the resulting assembly should be signed with a strong name.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="keyfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property KeyFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="keyfile", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo KeyFile {get; set;}
Property Value
The keyfile to use to sign the resulting assembly with a strong name.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
AxImpTask Class | NAnt.Win32.Tasks Namespace