Bearbeiten

WebBrowserPermissionAttribute.Level Property

Definition

Gets or sets the current Web browser permission level for the WebBrowserPermissionAttribute.

public:
 property System::Security::Permissions::WebBrowserPermissionLevel Level { System::Security::Permissions::WebBrowserPermissionLevel get(); void set(System::Security::Permissions::WebBrowserPermissionLevel value); };
public System.Security.Permissions.WebBrowserPermissionLevel Level { get; set; }
member this.Level : System.Security.Permissions.WebBrowserPermissionLevel with get, set
Public Property Level As WebBrowserPermissionLevel

Property Value

The state of the current Web browser permission level. The default is None.

Examples

The following example shows how to demand that the calling code has permission to create a Web browser control that runs at a safe level.

[WebBrowserPermissionAttribute(SecurityAction.Demand, Level = WebBrowserPermissionLevel.Safe)]
<WebBrowserPermissionAttribute(SecurityAction.Demand, Level:=WebBrowserPermissionLevel.Safe)>
Public Sub Method02()
End Sub

Remarks

Members of this class are either not typically used in XAML, or cannot be used in XAML.

Applies to