System.Security.Policy.NetCodeGroup Members

The members of System.Security.Policy.NetCodeGroup are listed below.

See Also: Inherited members from System.Security.Policy.CodeGroup

Public Constructors

Initializes a new instance of the System.Security.Policy.NetCodeGroup class.

Public Fields

static readonly
AbsentOriginSchemestring.

Contains a value used to specify connection access for code with an unknown or unrecognized origin scheme.

static readonly
AnyOtherOriginSchemestring.

Contains a value used to specify any other unspecified origin scheme.

Public Properties

[read-only]
override
AttributeStringstring.

Gets a string representation of the attributes of the policy statement for the code group.

[read-only]
override
MergeLogicstring.

Gets the logic to use for merging groups.

[read-only]
override
PermissionSetNamestring.

Gets the name of the System.Security.NamedPermissionSet for the code group.

Public Methods

AddConnectAccess(string, CodeConnectAccess)

Adds the specified connection access to the current code group.

override
Copy() : CodeGroup

Makes a deep copy of the current code group.

override
Equals(object) : bool

Determines whether the specified code group is equivalent to the current code group.

GetConnectAccessRules() : DictionaryEntry[]

Gets the connection access information for the current code group.

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

Removes all connection access information for the current code group.

override
Resolve(Evidence) : PolicyStatement

Resolves policy for the code group and its descendants for a set of evidence.

override
ResolveMatchingCodeGroups(Evidence) : CodeGroup

Resolves matching code groups.

Protected Methods

override
CreateXml(System.Security.SecurityElement, PolicyLevel)
Documentation for this section has not yet been entered.
override
ParseXml(System.Security.SecurityElement, PolicyLevel)
Documentation for this section has not yet been entered.