This documentation is archived and is not being maintained.

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)

[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property AuthenticationServiceManager^ AuthenticationService {
	AuthenticationServiceManager^ get ();
}

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 asp:ScriptManagerProxy element on the page. You can also programmatically configure the AuthenticationServiceManager object.

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.

.NET Framework

Supported in: 3.5
Show: