Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Value
Return Value
The AuthenticationServiceManager object for the current ScriptManagerProxy instance.
Remarks
The AuthenticationServiceManager object that is returned by this property represents the authentication service registered with the page.
You can use the ASP.NET authentication service provided by Microsoft ASP.NET 2.0 AJAX Extensions or use a custom authentication service. To use a custom service, you can register it by including a <AuthenticationService> node inside the <asp:ScriptManagerProxy> element on the page. You can also programmatically configure the AuthenticationServiceManager object.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)