NAnt SDK Documentation - v0.85-nightly-2005-11-09

AxImpTask.PublicKeyFile Property

[This is preliminary documentation and subject to change.]

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

Missing <remarks> documentation for P:NAnt.Win32.Tasks.AxImpTask.PublicKeyFile

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace