ScriptManagerProxy.AuthenticationService プロパティ

定義

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

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

プロパティ値

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

属性

注釈

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

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

適用対象