System.Security.Policy.Evidence.Merge Method

Merges the specified evidence set into the current evidence set.

Syntax

public void Merge (Evidence evidence)

Parameters

evidence
The evidence set to be merged into the current evidence set.

Remarks

Each evidence object in the specified evidence set is added to the assembly and host sets of the current evidence set, according to the sets from which it came.

Note:

This method does not perform a check to prevent adding duplicate types of evidence. Many assembly and host evidence objects can exist at the same time.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0