AllMembershipCondition Class
Represents a membership condition that matches all code. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AllMembershipCondition() | Initializes a new instance of the AllMembershipCondition class. |
| 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.(Overrides Object::Equals(Object^).) |
![]() | FromXml(SecurityElement^) | Reconstructs a security object with a specified state from an XML encoding. |
![]() | FromXml(SecurityElement^, PolicyLevel^) | Reconstructs a security object with a specified state from an XML encoding. |
![]() | GetHashCode() | Gets the hash code for the current membership condition.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Creates and returns a string representation of the membership condition.(Overrides Object::ToString().) |
![]() | 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. |
This membership condition is usually used on the root code group of a policy level so that the policy applies to all code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
