AL.EvidenceFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the file to embed in the assembly with the resource name of Security.Evidence
.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ EvidenceFile { System::String ^ get(); void set(System::String ^ value); };
public string EvidenceFile { get; set; }
member this.EvidenceFile : string with get, set
Public Property EvidenceFile As String
Property Value
The file to embed in the assembly with the resource name of Security.Evidence
.
Remarks
You cannot use Security.Evidence
for regular resources. This property corresponds to the /e[vidence]
option in Al.exe (Assembly Linker).