ScriptManagerProxy.AuthenticationService プロパティ

定義

現在の ScriptManagerProxy インスタンスに関連付けられている AuthenticationServiceManager オブジェクトを取得します。

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

プロパティ値

現在の ScriptManagerProxy インスタンスに対する AuthenticationServiceManager オブジェクト。

属性

注釈

このプロパティによって返される オブジェクトは AuthenticationServiceManager 、ページに登録されている認証サービスを表します。

ASP.NET 認証サービスを使用することも、カスタム認証サービスを使用することもできます。 カスタム サービスを使用するには、ページの 要素内に 要素をAuthenticationServiceScriptManagerProxy含めることで登録できます。 オブジェクトをプログラムで構成 AuthenticationServiceManager することもできます。

適用対象