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.
AppDomain::Evidence Property
.NET Framework (current version)
Gets the Evidence associated with this application domain.
Assembly: mscorlib (in mscorlib.dll)
public: property Evidence^ Evidence { [SecurityPermissionAttribute(SecurityAction::Demand, ControlEvidence = true)] virtual Evidence^ get() sealed; }
Property Value
Type: System.Security.Policy::Evidence^The evidence associated with this application domain.
| Exception | Condition |
|---|---|
| AppDomainUnloadedException | The operation is attempted on an unloaded application domain. |
SecurityPermission
to load an assembly with evidence. Associated enumeration: SecurityPermissionFlag::ControlEvidence. Security action: Demand.
.NET Framework
Available since 1.1
Available since 1.1
Show: