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

プロパティ値

AuthenticationServiceManager

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

属性

注釈

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

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

適用対象