| [Serializable] | 
Code without either ApplicationDirectory or Url evidence always fails this membership condition test.
| ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. Initializes a new instance of the ApplicationDirectoryMembershipCondition class. | 
| Check | Determines whether the membership condition is satisfied by the specified evidence. | 
| Copy | Creates an equivalent copy of the membership condition. | 
| Equals | Overridden: Determines whether the specified membership condition is an ApplicationDirectoryMembershipCondition. | 
| 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 ApplicationDirectoryMembershipCondition(); | 
evidence
| 
            public IMembershipCondition Copy(); | 
o
| 
            ~ApplicationDirectoryMembershipCondition(); | 
| 
            public void FromXml( | 
e
| Exception Type | Condition | 
|---|---|
| ArgumentNullException | The e parameter is null. | 
| ArgumentException | The e parameter is not a valid application directory membership condition element. | 
| 
            public void FromXml( | 
e
level
| Exception Type | Condition | 
|---|---|
| ArgumentNullException | The e parameter is null. | 
| ArgumentException | The e parameter is not a valid application directory membership condition element. | 
| 
            public override int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public override string ToString(); | 
| 
            public SecurityElement ToXml(); | 
| 
            public SecurityElement ToXml( | 
level