AllMembershipCondition Class
Represents a membership condition that matches all code. This class cannot be inherited.
For a list of all members of this type, see AllMembershipCondition Members.
System.Object
System.Security.Policy.AllMembershipCondition
[Visual Basic] <Serializable> NotInheritable Public Class AllMembershipCondition Implements IMembershipCondition, ISecurityEncodable, _ ISecurityPolicyEncodable [C#] [Serializable] public sealed class AllMembershipCondition : IMembershipCondition, ISecurityEncodable, ISecurityPolicyEncodable [C++] [Serializable] public __gc __sealed class AllMembershipCondition : public IMembershipCondition, ISecurityEncodable, ISecurityPolicyEncodable [JScript] public Serializable class AllMembershipCondition implements IMembershipCondition, ISecurityEncodable, ISecurityPolicyEncodable
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.
Remarks
This membership condition is usually used on the root code group of a policy level so that the policy applies to all code.
Requirements
Namespace: System.Security.Policy
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
AllMembershipCondition Members | System.Security.Policy Namespace