Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Zone Class

 

Provides the security zone of a code assembly as evidence for policy evaluation. This class cannot be inherited.

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

System::Object
  System.Security.Policy::EvidenceBase
    System.Security.Policy::Zone

[SerializableAttribute]
[ComVisibleAttribute(true)]
public ref class Zone sealed : EvidenceBase, IIdentityPermissionFactory

NameDescription
System_CAPS_pubmethodZone(SecurityZone)

Initializes a new instance of the Zone class with the zone from which a code assembly originates.

NameDescription
System_CAPS_pubpropertySecurityZone

Gets the zone from which the code assembly originates.

NameDescription
System_CAPS_pubmethodClone()

Creates a new object that is a copy of the current instance.(Overrides EvidenceBase::Clone().)

System_CAPS_pubmethodCopy()

Creates an equivalent copy of the evidence object.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromUrl(String^)

Creates a new zone with the specified URL.

System_CAPS_pubmethodCreateIdentityPermission(Evidence^)

Creates an identity permission that corresponds to the current instance of the Zone evidence class.

System_CAPS_pubmethodEquals(Object^)

Compares the current Zone evidence object to the specified object for equivalence.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of the current zone.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the current Zone.(Overrides Object::ToString().)

The presence of Zone evidence produces a ZoneIdentityPermission in the grant set. If there is a Demand for ZoneIdentityPermission, the ZoneIdentityPermission that corresponds to the Zone evidence will be compared with the demanded permission.

Zones are defined by the SecurityZone enumeration.

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft