WebPartManager.MediumPermissionSet Property

.NET Framework (current version)
 

Gets a PermissionSet object that allows only SecurityPermissionFlag.Execution permission and AspNetHostingPermissionLevel.Medium permission.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

Protected Overridable ReadOnly Property MediumPermissionSet As PermissionSet

Property Value

Type: System.Security.PermissionSet

A PermissionSet object that allows only SecurityPermissionFlag.Execution permission and AspNetHostingPermissionLevel.Medium permission.

The PermissionSet object that is returned by this property is used during import for type deserialization.

.NET Framework
Available since 4.0
Return to top
Show: