The Zone class represents evidence of the Internet security zone from which a code assembly originates. The ZoneIdentityPermission derives from this evidence and can be used to confirm that calling code comes from a certain zone.
Object
Zone
[Visual Basic] NotInheritable Public Class Zone Implements IIdentityPermissionFactory [C#] public sealed class Zone : IIdentityPermissionFactory [C++] public __gc __sealed class Zone : public IIdentityPermissionFactory [JScript] public class Zone implements IIdentityPermissionFactory
The security policy system uses Zone together with other evidence about a code assembly to determine what permissions the code should be granted.
Zones are defined by the SecurityZone enumeration.
Namespace: System.Security.Policy
Assembly: mscorlib.dll