Evidence
Defines the set of information that constitutes input to security policy decisions. This class cannot be inherited.
Gets the number of evidence objects in the evidence set.
Gets a value indicating whether the evidence set is read-only.
Gets a value indicating whether the evidence set is thread-safe.
Gets or sets a value indicating whether the evidence is locked.
Gets the synchronization root.
public Evidence()
Initializes a new empty instance of the Evidence class.
Initializes a new instance of the Evidence class from multiple sets of host and assembly evidence.
Initializes a new instance of the Evidence class from a shallow copy of an existing one.
Initializes a new instance of the Evidence class from multiple sets of host and assembly evidence.
Adds the specified assembly evidence to the evidence set.
Adds an evidence object of the specified type to the assembly-supplied evidence list.
Adds the specified evidence supplied by the host to the evidence set.
Adds host evidence of the specified type to the host evidence collection.
Removes the host and assembly evidence from the evidence set.
Returns a duplicate copy of this evidence object.
Copies evidence objects to an Array.
Enumerates evidence provided by the assembly.
Gets assembly evidence of the specified type from the collection.
Enumerates all evidence in the set, both that provided by the host and that provided by the assembly.
Enumerates evidence supplied by the host.
Gets host evidence of the specified type from the collection.
Merges the specified evidence set into the current evidence set.
Removes the evidence for a given type from the host and assembly enumerations.