This documentation is archived and is not being maintained.
UrlMembershipCondition Class
Visual Studio 2010
Determines whether an assembly belongs to a code group by testing its URL. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
The UrlMembershipCondition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UrlMembershipCondition | Initializes a new instance of the UrlMembershipCondition class with the URL that determines membership. |
| Name | Description | |
|---|---|---|
![]() | Check | Determines whether the specified evidence satisfies the membership condition. |
![]() | Copy | Creates an equivalent copy of the membership condition. |
![]() | Equals | Determines whether the URL from the specified object is equivalent to the URL contained in the current UrlMembershipCondition. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromXml(SecurityElement) | Reconstructs a security object with a specified state from an XML encoding. |
![]() | FromXml(SecurityElement, PolicyLevel) | Reconstructs a security object with a specified state from an XML encoding. |
![]() | GetHashCode | Gets the hash code for the current membership condition. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Creates and returns a string representation of the membership condition. (Overrides Object::ToString().) |
![]() | ToXml() | Creates an XML encoding of the security object and its current state. |
![]() | ToXml(PolicyLevel) | Creates an XML encoding of the security object and its current state with the specified PolicyLevel. |
The complete URL is considered, including the protocol (HTTP, HTTPS, FTP) and the file. For example, http://www.fourthcoffee.com/process/grind.htm is a complete URL.
URLs can be matched exactly or by a wildcard in the final position. For example, http://www.fourthcoffee.com/process/* is a wildcard URL.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
