NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.EvidenceFile Property
Security evidence file to embed.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="evidence", ExpandProperties:=True, ProcessXml:=True)>
Public Property EvidenceFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="evidence", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo EvidenceFile {get; set;}
Property Value
The security evidence file to embed.
Remarks
Corresponds with the /e[vidence]
flag.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace