[Serializable] |
ctor #1 | Initializes a new instance of the ZoneMembershipCondition class with the zone that determines membership. |
SecurityZone | Read-write Gets or sets the zone for which the membership condition tests. |
Check | Determines whether the specified evidence satisfies the membership condition. |
Copy | Creates an equivalent copy of the membership condition. |
Equals | Overridden: Determines whether the zone from the specified object is equivalent to the zone contained in the current ZoneMembershipCondition. |
FromXml | Overloaded:FromXml(SecurityElement e) Reconstructs a security object with a specified state from an XML encoding. |
FromXml | Overloaded:FromXml(SecurityElement e, PolicyLevel level) Reconstructs a security object with a specified state from an XML encoding. |
GetHashCode | Overridden: Gets the hash code for the current membership condition. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString | Overridden: Creates and returns a string representation of the membership condition. |
ToXml | Overloaded:ToXml() Creates an XML encoding of the security object and its current state. |
ToXml | Overloaded:ToXml(PolicyLevel level) Creates an XML encoding of the security object and its current state with the specified PolicyLevel. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public ZoneMembershipCondition( |
zone
public SecurityZone SecurityZone {get; set;}
|
evidence
public IMembershipCondition Copy(); |
o
~ZoneMembershipCondition(); |
public void FromXml( |
e
public void FromXml( |
e
level
Exception Type | Condition |
---|---|
ArgumentNullException | The e parameter is null. |
ArgumentException | The e parameter is not a valid membership condition element. |
public override int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |
public SecurityElement ToXml(); |
public SecurityElement ToXml( |
level