WebPartsPersonalizationAuthorization Class
.NET Framework 3.0
Provides programmatic access to the authorization section contained in the webParts section of the configuration. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following configuration-file example shows how to declaratively specify values for properties of the WebPartsPersonalizationAuthorization class.
<system.web>
<webParts>
<personalization>
<authorization>
<deny users="*" verbs="enterSharedScope" />
<allow users="*" verbs="modifyState" />
</authorization>
</personalization>
</webParts>
</system.web>
System.Object
System.Configuration.ConfigurationElement
System.Web.Configuration.WebPartsPersonalizationAuthorization
System.Configuration.ConfigurationElement
System.Web.Configuration.WebPartsPersonalizationAuthorization
Community Additions
ADD
Show: