NAnt SDK Documentation - v0.92 |
|
AxImpTask.PublicKeyFile Property
Specifies the file containing the public key to use to sign the resulting assembly.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="publickey", ExpandProperties:=True, ProcessXml:=True)>
Public Property PublicKeyFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="publickey", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo PublicKeyFile {get; set;}
Property Value
The file containing the public key to use to sign the resulting assembly.
See Also
AxImpTask Class | NAnt.Win32.Tasks Namespace