Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AllMembershipCondition Class

Definition

Namespace:
System.Security.Policy
Assembly:
System.Security.Permissions.dll
Assembly:
mscorlib.dll
Package:
System.Security.Permissions v11.0.0-preview.5.26302.115
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs
Source:
AllMembershipCondition.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a membership condition that matches all code. This class cannot be inherited.

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

Remarks

This membership condition is usually used on the root code group of a policy level so that the policy applies to all code.

Constructors

Name Description
AllMembershipCondition()

Initializes a new instance of the AllMembershipCondition class.

Methods

Name Description
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 specified membership condition is an AllMembershipCondition.

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


Feedback

Was this page helpful?