ZoneMembershipCondition Class  
Definition
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.
Determines whether an assembly belongs to a code group by testing its zone of origin. This class cannot be inherited.
public ref class ZoneMembershipCondition sealed : System::Security::ISecurityEncodable, System::Security::Policy::IMembershipConditionpublic ref class ZoneMembershipCondition sealed : System::Security::Policy::IMembershipConditionpublic ref class ZoneMembershipCondition sealedpublic sealed class ZoneMembershipCondition : System.Security.ISecurityEncodable, System.Security.Policy.IMembershipCondition[System.Serializable]
public sealed class ZoneMembershipCondition : System.Security.Policy.IMembershipCondition[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ZoneMembershipConditiontype ZoneMembershipCondition = class
    interface ISecurityEncodable
    interface IMembershipCondition
    interface ISecurityPolicyEncodable[<System.Serializable>]
type ZoneMembershipCondition = class
    interface IMembershipCondition
    interface ISecurityEncodable
    interface ISecurityPolicyEncodable[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ZoneMembershipCondition = class
    interface IMembershipCondition
    interface ISecurityEncodable
    interface ISecurityPolicyEncodabletype ZoneMembershipCondition = class
    interface ISecurityEncodable
    interface ISecurityPolicyEncodable
    interface IMembershipConditionPublic NotInheritable Class ZoneMembershipCondition
Implements IMembershipCondition, ISecurityEncodablePublic NotInheritable Class ZoneMembershipCondition
Implements IMembershipConditionPublic NotInheritable Class ZoneMembershipCondition- Inheritance
- 
				ZoneMembershipCondition
- Attributes
- Implements
Constructors
| ZoneMembershipCondition(SecurityZone) | Initializes a new instance of the ZoneMembershipCondition class with the zone that determines membership. | 
Properties
| SecurityZone | Gets or sets the zone for which the membership condition tests. | 
Methods
| 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 zone from the specified object is equivalent to the zone contained in the current ZoneMembershipCondition. | 
| 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. |