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.

SecurityPermission Constructor (PermissionState)

 

Initializes a new instance of the SecurityPermission class with either restricted or unrestricted permission as specified.

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

public:
SecurityPermission(
	PermissionState state
)

Parameters

state
Type: System.Security.Permissions::PermissionState

One of the PermissionState values.

Exception Condition
ArgumentException

The state parameter is not a valid value of PermissionState.

Creates either fully restricted (None) or Unrestricted access to all security permissions.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft