CodeGroup
Represents the abstract base class from which all implementations of code groups must derive.
Gets a string representation of the attributes of the policy statement for the code group.
Gets or sets an ordered list of the child code groups of a code group.
Gets or sets the description of the code group.
Gets or sets the code group's membership condition.
When overridden in a derived class, gets the merge logic for the code group.
Gets or sets the name of the code group.
Gets the name of the named permission set for the code group.
Gets or sets the policy statement associated with the code group.
Initializes a new instance of CodeGroup.
Adds a child code group to the current code group.
When overridden in a derived class, makes a deep copy of the current code group.
When overridden in a derived class, serializes properties and internal state specific to a derived code group and adds the serialization to the specified SecurityElement.
Determines whether the specified code group is equivalent to the current code group, checking the child code groups as well, if specified.
Reconstructs a security object with a given state from an XML encoding.
Reconstructs a security object with a given state and policy level from an XML encoding.
When overridden in a derived class, reconstructs properties and internal state specific to a derived code group from the specified SecurityElement.
Removes the specified child code group.
When overridden in a derived class, resolves policy for the code group and its descendants for a set of evidence.
When overridden in a derived class, resolves matching code groups.
Creates an XML encoding of the security object and its current state.
Creates an XML encoding of the security object, its current state, and the policy level within which the code exists.