ScriptManagerProxy::AuthenticationService Property
.NET Framework (current version)
Gets the AuthenticationServiceManager object that is associated with the current ScriptManagerProxy instance.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property AuthenticationServiceManager^ AuthenticationService { AuthenticationServiceManager^ get(); }
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
Available since 3.5
Show: