Expand
ApplicationDirectoryMembershipCondition Class

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

Namespace:  System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)
Syntax

'Declaration

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ApplicationDirectoryMembershipCondition _
	Implements IMembershipCondition, ISecurityEncodable, ISecurityPolicyEncodable
Remarks

ApplicationDirectoryMembershipCondition determines whether an ApplicationDirectoryDirectory property contains the assembly URL evidence path. For example, if the ApplicationDirectory is C:\app1, assemblies with URL evidence such as C:\app1, C:\app1\main.aspx, C:\app1\folder1, or C:\app1\folder1\main1.aspx match this membership condition. Code that is not in the C:\app1 directory or in one of its subdirectories fails this membership condition test.

Code without either ApplicationDirectory or Url evidence always fails this membership condition test.

NoteNote

The membership condition is determined by the URL evidence for the application. You cannot configure the ApplicationDirectoryMembershipCondition object; it is predetermined by the location of the application.

Inheritance Hierarchy

System.Object
  System.Security.Policy.ApplicationDirectoryMembershipCondition
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), 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.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Community ContentAdd
Page view tracker