IMembershipCondition Interface
.NET Framework (current version)
Defines the test to determine whether a code assembly is a member of a code group.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Check(Evidence^) | Determines whether the specified evidence satisfies the membership condition. |
![]() | Copy() | Creates an equivalent copy of the membership condition. |
![]() | Equals(Object^) | |
![]() | FromXml(SecurityElement^) | Reconstructs a security object with a specified state from an XML encoding.(Inherited from ISecurityEncodable.) |
![]() | FromXml(SecurityElement^, PolicyLevel^) | Reconstructs a security object with a specified state from an XML encoding.(Inherited from ISecurityPolicyEncodable.) |
![]() | ToString() | Creates and returns a string representation of the membership condition. |
![]() | ToXml() | Creates an XML encoding of the security object and its current state.(Inherited from ISecurityEncodable.) |
![]() | ToXml(PolicyLevel^) | Creates an XML encoding of the security object and its current state.(Inherited from ISecurityPolicyEncodable.) |
.NET Framework
Available since 1.1
Available since 1.1
Show:
