IMembershipCondition Interface

 

Defines the test to determine whether a code assembly is a member of a code group.

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

[ComVisibleAttribute(true)]
public interface class IMembershipCondition : ISecurityEncodable, 
	ISecurityPolicyEncodable

NameDescription
System_CAPS_pubmethodCheck(Evidence^)

Determines whether the specified evidence satisfies the membership condition.

System_CAPS_pubmethodCopy()

Creates an equivalent copy of the membership condition.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current Object.

System_CAPS_pubmethodFromXml(SecurityElement^)

Reconstructs a security object with a specified state from an XML encoding.(Inherited from ISecurityEncodable.)

System_CAPS_pubmethodFromXml(SecurityElement^, PolicyLevel^)

Reconstructs a security object with a specified state from an XML encoding.(Inherited from ISecurityPolicyEncodable.)

System_CAPS_pubmethodToString()

Creates and returns a string representation of the membership condition.

System_CAPS_pubmethodToXml()

Creates an XML encoding of the security object and its current state.(Inherited from ISecurityEncodable.)

System_CAPS_pubmethodToXml(PolicyLevel^)

Creates an XML encoding of the security object and its current state.(Inherited from ISecurityPolicyEncodable.)

.NET Framework
Available since 1.1
Return to top
Show: