System.Security.Policy.Evidence: Method Members

The methods of System.Security.Policy.Evidence are listed below. For a list of all members, see the Evidence Members list.

See Also: Inherited members from System.Object

Public Methods

AddAssembly(object)

Adds the specified assembly evidence to the evidence set.

AddHost(object)

Adds the specified evidence supplied by the host to the evidence set.

Clear()

Removes the host and assembly evidence from the evidence set.

CopyTo(Array, int)

Copies evidence objects to an Array.

override
Equals(object) : bool
Documentation for this section has not yet been entered.
GetAssemblyEnumerator() : IEnumerator

Enumerates evidence provided by the assembly.

GetEnumerator() : IEnumerator

Enumerates all evidence in the set, both that provided by the host and that provided by the assembly.

override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetHostEnumerator() : IEnumerator

Enumerates evidence supplied by the host.

Merge(Evidence)

Merges the specified evidence set into the current evidence set.

RemoveType(Type)

Removes the evidence for a given type from the host and assembly enumerations.