ZoneIdentityPermissionAttribute::Zone Property

 

Gets or sets membership in the content zone specified by the property value.

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

public:
property SecurityZone Zone {
	SecurityZone get();
	void set(SecurityZone value);
}

Property Value

Type: System.Security::SecurityZone

One of the SecurityZone values.

.NET Framework
Available since 1.1
Return to top
Show: