System.Security.Policy.SiteMembershipCondition Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Policy.SiteMembershipCondition class with name of the site that determines membership.

Public Properties

Sitestring.

Gets or sets the site 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 site from the specified System.Security.Policy.SiteMembershipCondition object is equivalent to the site contained in the current System.Security.Policy.SiteMembershipCondition.

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.