ScriptManagerProxy.AuthenticationService Property

 

Gets the AuthenticationServiceManager object that is associated with the current ScriptManagerProxy instance.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

No code example is currently available or this language may not be supported.

Property Value

Type: System.Web.UI.AuthenticationServiceManager

The AuthenticationServiceManager object for the current ScriptManagerProxy instance.

The AuthenticationServiceManager object that is returned by this property represents the authentication service that is registered with the page.

You can use the ASP.NET authentication service or use a custom authentication service. To use a custom service, you can register it by including a AuthenticationService element inside the ScriptManagerProxy element on the page. You can also programmatically configure the AuthenticationServiceManager object.

.NET Framework
Available since 3.5
Return to top
Show: