| [Serializable] | 
URLs can be matched exactly or by a wildcard in the final position. For example, http://www.fourthcoffee.com/process/* is a wildcard URL.
| ctor #1 | Initializes a new instance of the UrlMembershipCondition class with the URL that determines membership. | 
| Url | Read-write Gets or sets the URL 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 URL from the specified object is equivalent to the URL contained in the current UrlMembershipCondition. | 
| 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 UrlMembershipCondition( | 
url
| Exception Type | Condition | 
|---|---|
| ArgumentNullException | The url parameter is null. | 
URLs can be matched exactly or by a wildcard in the final position, for example: http://www.fourthcoffee.com/process/*.
| 
            public string Url {get; set;}
           | 
URLs can be matched exactly or by a wildcard in the final position. For example, http://www.fourthcoffee.com/process/* is a wildcard URL.
evidence
| 
            public IMembershipCondition Copy(); | 
o
| 
            ~UrlMembershipCondition(); | 
| 
            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