SafeControlsConfigurationHandler Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.ApplicationRuntime.SafeControlsConfigurationHandler

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SafeControlsConfigurationHandler _
    Implements IConfigurationSectionHandler

Dim instance As SafeControlsConfigurationHandler
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SafeControlsConfigurationHandler : IConfigurationSectionHandler

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SafeControlsConfigurationHandler Members

Microsoft.SharePoint.ApplicationRuntime Namespace