System.Security.Policy.UnionCodeGroup Class

Represents a code group whose policy statement is the union of the current code group's policy statement and the policy statement of all its matching child code groups. This class cannot be inherited.

See Also: UnionCodeGroup Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class UnionCodeGroup : CodeGroup

Remarks

Code groups are the building blocks of code access security policy. Each policy level consists of a root code group that can have child code groups (and so on), forming a tree. Each code group has a membership condition that determines if a given assembly belongs to it or not, based on the evidence for that assembly. Only code groups whose membership conditions match a given assembly and their child code groups apply policy.

System.Security.Policy.UnionCodeGroup is the most common type of code group; the policy statement of all matching child code groups (and by extension their child code groups) are combined with the permission set of the matching parent code group. Thus, if its membership condition matches, this code group forms the union of its policy statement and those of all its child code groups that also match the evidence.

System.Security.Policy.UnionCodeGroup code groups are the code groups created by the CASPOL utility (see [<topic://cpgrfcodeaccesssecuritypolicyutilitycaspolexe>]).

Requirements

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