ScriptManagerProxy.AuthenticationService プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の 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 認証サービスを使用することも、カスタム認証サービスを使用することもできます。 カスタムサービスを使用するには、 AuthenticationService ページの要素内に要素を含めることで登録でき ScriptManagerProxy ます。 オブジェクトをプログラムで構成することもでき AuthenticationServiceManager ます。