[Serializable] |
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. Initializes a new instance of the AllMembershipCondition class. |
Check | Determines whether the specified evidence satisfies the membership condition. |
Copy | Creates an equivalent copy of the membership condition. |
Equals | Overridden: Determines whether the specified membership condition is an AllMembershipCondition. |
FromXml | Overloaded:FromXml(SecurityElement e) Reconstructs a security object with a specified state from an XML encoding. |
FromXml | Overloaded:FromXml(SecurityElement e, PolicyLevel level) Reconstructs a security object with a specified state from an XML encoding. |
GetHashCode | Overridden: Gets the hash code for the current membership condition. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString | Overridden: Creates and returns a string representation of the membership condition. |
ToXml | Overloaded:ToXml() Creates an XML encoding of the security object and its current state. |
ToXml | Overloaded:ToXml(PolicyLevel level) Creates an XML encoding of the security object and its current state with the specified PolicyLevel. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public AllMembershipCondition(); |
evidence
public IMembershipCondition Copy(); |
o
~AllMembershipCondition(); |
public void FromXml( |
e
public void FromXml( |
e
level
Exception Type | Condition |
---|---|
ArgumentNullException | The e parameter is null. |
ArgumentException | The e parameter is not a valid membership condition element. |
public override int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |
public SecurityElement ToXml(); |
public SecurityElement ToXml( |
level