ScriptingAuthenticationServiceSection Class
Represents the configuration section for authentication service settings. This class cannot be inherited.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The ScriptingAuthenticationServiceSection class enables you to programmatically access and modify the authenticationService element of the configuration section for using AJAX functionality in ASP.NET.
The authentication service for AJAX-enabled applications only works with forms-based authentication that uses cookies to exchange user information. For more information about Forms Authentication, see Using Forms Authentication with ASP.NET AJAX.
The following configuration file excerpt shows how to declaratively specify values for properties of the ScriptingAuthenticationServiceSection class.
<system.web.extensions>
<scripting>
<webServices>
<authenticationService enabled="true" requireSSL="false" />
</webServices>
</scripting>
</system.web.extensions>
The following example demonstrates how to access ScriptingAuthenticationServiceSection programmatically.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand. Associated enumeration: AspNetHostingPermissionLevel.Minimal
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.ScriptingAuthenticationServiceSection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.