UrlMembershipCondition Class

Definition

Determines whether an assembly belongs to a code group by testing its URL. This class cannot be inherited.

public ref class UrlMembershipCondition sealed : System::Security::ISecurityEncodable, System::Security::Policy::IMembershipCondition
public ref class UrlMembershipCondition sealed : System::Security::Policy::IMembershipCondition
public ref class UrlMembershipCondition sealed
public sealed class UrlMembershipCondition : System.Security.ISecurityEncodable, System.Security.Policy.IMembershipCondition
[System.Serializable]
public sealed class UrlMembershipCondition : System.Security.Policy.IMembershipCondition
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class UrlMembershipCondition
type UrlMembershipCondition = class
    interface ISecurityEncodable
    interface ISecurityPolicyEncodable
    interface IMembershipCondition
type UrlMembershipCondition = class
    interface ISecurityEncodable
    interface IMembershipCondition
    interface ISecurityPolicyEncodable
[<System.Serializable>]
type UrlMembershipCondition = class
    interface IMembershipCondition
    interface ISecurityEncodable
    interface ISecurityPolicyEncodable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type UrlMembershipCondition = class
    interface IMembershipCondition
    interface ISecurityEncodable
    interface ISecurityPolicyEncodable
Public NotInheritable Class UrlMembershipCondition
Implements IMembershipCondition, ISecurityEncodable
Public NotInheritable Class UrlMembershipCondition
Implements IMembershipCondition
Public NotInheritable Class UrlMembershipCondition
Inheritance
UrlMembershipCondition
Attributes
Implements

Remarks

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.

Constructors

UrlMembershipCondition(String)

Initializes a new instance of the UrlMembershipCondition class with the URL that determines membership.

Properties

Url

Gets or sets the URL for which the membership condition tests.

Methods

Check(Evidence)

Determines whether the specified evidence satisfies the membership condition.

Copy()

Creates an equivalent copy of the membership condition.

Equals(Object)

Determines whether the URL from the specified object is equivalent to the URL contained in the current UrlMembershipCondition.

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.

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.

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.

Applies to