ZoneIdentityPermission::SecurityZone Property

 

Gets or sets the zone represented by the current ZoneIdentityPermission.

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

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

Property Value

Type: System.Security::SecurityZone

One of the SecurityZone values.

Exception Condition
ArgumentException

The parameter value is not a valid value of SecurityZone.

.NET Framework
Available since 1.1
Return to top
Show: