IEvidenceFactory

IEvidenceFactory

System.Security (mscorlib.dll)interface
public interface IEvidenceFactory {
// Public Instance Properties
   public Evidence Evidence{get; }
}

The System.Security.Policy.Evidence collection available through the Evidence property of this interface contains the evidence assigned to an assembly or application domain by the runtime. This evidence is used by the runtime during policy resolution to determine the assembly or application domain's grant set.

Implemented By

System.AppDomain, System.Reflection.Assembly



    Part V: API Quick Reference