MSDN Library

Microsoft Developer Network

IMembershipCondition Interface

Namespace: System.Security.Policy

Assembly: mscorlib.dll

  • Implements: None
  • Derived: None

Defines the contract for membership conditions that are used to determine whether a code group can grant code access permissions.

Interface Members

Methods

The IMembershipCondition interface defines the following methods:

Remarks

A membership condition is a set of criteria that the evidence of a code assembly must meet to be considered a member of a particular code group. Membership conditions are used in conjunction with code groups to implement a code access security (CAS) policy.

The .NET Framework provides several built-in membership conditions, such as:

You can implement the IMembershipCondition interface to create custom membership conditions tailored to your specific security requirements.

Requirements

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

See Also