AssemblyLinkerTask.

EvidenceFile Property

Summary

Security evidence file to embed.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("evidence", Required = false)]
public FileInfo EvidenceFile { get; set; }

Remarks

Corresponds with the /e[vidence] flag.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo The security evidence file to embed.