ScriptManagerProxy.AuthenticationService Właściwość

Definicja

AuthenticationServiceManager Pobiera obiekt skojarzony z bieżącym ScriptManagerProxy wystąpieniem.

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

Wartość właściwości

AuthenticationServiceManager Obiekt dla bieżącego ScriptManagerProxy wystąpienia.

Atrybuty

Uwagi

AuthenticationServiceManager Obiekt zwracany przez tę właściwość reprezentuje usługę uwierzytelniania zarejestrowaną na stronie.

Możesz użyć usługi uwierzytelniania ASP.NET lub użyć niestandardowej usługi uwierzytelniania. Aby użyć usługi niestandardowej, możesz ją zarejestrować, dołączając AuthenticationService element wewnątrz ScriptManagerProxy elementu na stronie. Można również programowo skonfigurować AuthenticationServiceManager obiekt.

Dotyczy