NAnt SDK Documentation - v0.92 |
|
TlbImpTask.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.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace