System.Security.Policy.ZoneMembershipCondition Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Policy.ZoneMembershipCondition class with the zone that determines membership.

Public Properties

SecurityZoneSystem.Security.SecurityZone.

Gets or sets the zone for which the membership condition tests.

Public Methods

Check(Evidence) : bool

Determines whether the specified evidence satisfies the membership condition.

Copy() : IMembershipCondition

Creates an equivalent copy of the membership condition.

override
Equals(object) : bool

Determines whether the zone from the specified object is equivalent to the zone contained in the current System.Security.Policy.ZoneMembershipCondition.

FromXml(System.Security.SecurityElement)

Reconstructs a security object with a specified state from an XML encoding.

FromXml(System.Security.SecurityElement, PolicyLevel)

Reconstructs a security object with a specified state from an XML encoding.

override
GetHashCode() : int

Gets the hash code for the current membership condition.

override
ToString() : string

Creates and returns a string representation of the membership condition.

ToXml() : System.Security.SecurityElement

Creates an XML encoding of the security object and its current state.

ToXml(PolicyLevel) : System.Security.SecurityElement

Creates an XML encoding of the security object and its current state with the specified System.Security.Policy.PolicyLevel.