Name

IEvidenceFactory

Synopsis

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

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.