WebBrowserPermission Class
The WebBrowserPermission object controls the ability to create the WebBrowser control.
Assembly: WindowsBase (in WindowsBase.dll)
System.Security::CodeAccessPermission
System.Security.Permissions::WebBrowserPermission
| Name | Description | |
|---|---|---|
![]() | WebBrowserPermission() | Initializes a new instance of the WebBrowserPermission class. |
![]() | WebBrowserPermission(PermissionState) | Initializes a new instance of the WebBrowserPermission class by specifying a permission state. |
![]() | WebBrowserPermission(WebBrowserPermissionLevel) | Initializes a new instance of the WebBrowserPermission class by specifying the Web browser permission level. |
| Name | Description | |
|---|---|---|
![]() | Level | Gets or sets the current value of the Web browser permission level. |
| Name | Description | |
|---|---|---|
![]() | Assert() | Declares that the calling code can access the resource protected by a permission demand through the code that calls this method, even if callers higher in the stack have not been granted permission to access the resource. Using Assert can create security issues.(Inherited from CodeAccessPermission.) |
![]() | Copy() | Creates and returns an identical copy of the current permission.(Overrides CodeAccessPermission::Copy().) |
![]() | Demand() | Forces a SecurityException at run time if all callers higher in the call stack have not been granted the permission specified by the current instance.(Inherited from CodeAccessPermission.) |
![]() | Deny() | Obsolete. Prevents callers higher in the call stack from using the code that calls this method to access the resource specified by the current instance.(Inherited from CodeAccessPermission.) |
![]() | Equals(Object^) | Determines whether the specified CodeAccessPermission object is equal to the current CodeAccessPermission.(Inherited from CodeAccessPermission.) |
![]() | FromXml(SecurityElement^) | Reconstructs a permission with a specified state from an XML encoding.(Overrides CodeAccessPermission::FromXml(SecurityElement^).) |
![]() | GetHashCode() | Gets a hash code for the CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table.(Inherited from CodeAccessPermission.) |
![]() | GetType() | |
![]() | Intersect(IPermission^) | Creates and returns a permission that is the intersection of the current permission and the specified permission.(Overrides CodeAccessPermission::Intersect(IPermission^).) |
![]() | IsSubsetOf(IPermission^) | Determines whether the current permission is a subset of the specified permission.(Overrides CodeAccessPermission::IsSubsetOf(IPermission^).) |
![]() | IsUnrestricted() | Returns a value indicating whether the current permission is unrestricted. |
![]() | PermitOnly() | Prevents callers higher in the call stack from using the code that calls this method to access all resources except for the resource specified by the current instance.(Inherited from CodeAccessPermission.) |
![]() | ToString() | Creates and returns a string representation of the current permission object.(Inherited from CodeAccessPermission.) |
![]() | ToXml() | Creates an XML encoding of the permission and its current state.(Overrides CodeAccessPermission::ToXml().) |
![]() | Union(IPermission^) | Creates a permission that is the union of the current permission and the specified permission.(Overrides CodeAccessPermission::Union(IPermission^).) |
In the Windows Presentation Foundation (WPF), the Web browser control enables frames to navigate HTML. This permission uses the values of the WebBrowserPermission enumerations.
This class is not typically used in XAML.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

