ScriptManagerProxy.AuthenticationService Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AuthenticationServiceManager object that is associated with the current ScriptManagerProxy instance.
public:
property System::Web::UI::AuthenticationServiceManager ^ AuthenticationService { System::Web::UI::AuthenticationServiceManager ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.AuthenticationServiceManager AuthenticationService { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.AuthenticationService : System.Web.UI.AuthenticationServiceManager
Public ReadOnly Property AuthenticationService As AuthenticationServiceManager
The AuthenticationServiceManager object for the current ScriptManagerProxy instance.
- Attributes
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 | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: