WebBrowserPermission Constructor (PermissionState)
.NET Framework (current version)
Initializes a new instance of the WebBrowserPermission class by specifying a permission state.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- state
-
Type:
System.Security.Permissions::PermissionState
An enumerated value of PermissionState.
If state is set to Unrestricted, the value of the Level property is set to Unrestricted. If state is set to None, the value of the Level property is set to None.
The following code example shows how to create a WebBrowserPermission with a PermissionState value.
.NET Framework
Available since 3.0
Available since 3.0
Show: