ScriptManagerProxy::AuthenticationService Property
Gets the AuthenticationServiceManager object that is associated with the current ScriptManagerProxy instance.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property AuthenticationServiceManager^ AuthenticationService { AuthenticationServiceManager^ get (); }
Property Value
Type: System.Web.UI::AuthenticationServiceManagerThe 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.