Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Assembly::Evidence Property

 

Gets the evidence for this assembly.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property Evidence^ Evidence {
	virtual Evidence^ get();
}

Property Value

Type: System.Security.Policy::Evidence^

The evidence for this assembly.

Evidence is the set of information that constitutes input to security policy decisions, such as what permissions can be granted to code.

SecurityPermission

to load an assembly with evidence. Associated enumeration: SecurityPermissionFlag::ControlEvidence

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft