Читати англійською Редагувати

Поділитися через


ApplicationDirectoryMembershipCondition Class

Definition

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

C#
public sealed class ApplicationDirectoryMembershipCondition : System.Security.ISecurityEncodable, System.Security.Policy.IMembershipCondition
C#
[System.Serializable]
public sealed class ApplicationDirectoryMembershipCondition : System.Security.Policy.IMembershipCondition
C#
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ApplicationDirectoryMembershipCondition
Inheritance
ApplicationDirectoryMembershipCondition
Attributes
Implements

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.

Примітка

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.

Constructors

Methods

Check(Evidence)

Determines whether the membership condition is satisfied by the specified evidence.

Copy()

Creates an equivalent copy of the membership condition.

Equals(Object)

Determines whether the specified membership condition is an ApplicationDirectoryMembershipCondition.

FromXml(SecurityElement, PolicyLevel)

Reconstructs a security object with a specified state from an XML encoding.

FromXml(SecurityElement)

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

Продукт Версії
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10