NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Zone Class

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

Remarks

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.

Requirements

Namespace: System.Security.Policy

Assembly: mscorlib.dll

See Also

Zone Members | System.Security.Policy Namespace