ConfigurationAuthenticationModuleService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成認証用の新しい管理モジュールを実装するための基本クラスを提供します。
public ref class ConfigurationAuthenticationModuleService abstract : Microsoft::Web::Management::Server::ModuleService, Microsoft::Web::Management::Server::IAuthenticationModuleService
public abstract class ConfigurationAuthenticationModuleService : Microsoft.Web.Management.Server.ModuleService, Microsoft.Web.Management.Server.IAuthenticationModuleService
type ConfigurationAuthenticationModuleService = class
inherit ModuleService
interface IAuthenticationModuleService
Public MustInherit Class ConfigurationAuthenticationModuleService
Inherits ModuleService
Implements IAuthenticationModuleService
- 継承
- 実装
注釈
クラスの ConfigurationAuthenticationModuleService メンバーは、 クラスを ModuleServiceProxy 介して公開されます。 派生 ConfigurationAuthenticationModuleService クラスには、管理モジュールのすべてのプログラム ロジックが含まれている必要があります。
注意 (実装者)
クラスから継承する場合は、次の ConfigurationAuthenticationModuleService メンバーをオーバーライドする必要があります: EnabledPropertyName property と SectionName property
コンストラクター
ConfigurationAuthenticationModuleService() |
ConfigurationAuthenticationModuleService クラスの新しいインスタンスを初期化します。 |
プロパティ
Context |
モジュール サービスの管理コンテキストを取得します。 (継承元 ModuleService) |
EnabledPropertyName |
派生クラスでオーバーライドされると、有効な値を指定する属性名を取得します。 |
ManagementUnit |
ManagementUnitモジュール サービスによって現在管理されている を取得します。 (継承元 ModuleService) |
ModuleName |
モジュール サービスを含むアセンブリの名前を取得します。 (継承元 ModuleService) |
SectionName |
派生クラスでオーバーライドされると、構成セクションの名前を取得します。 |
メソッド
CreateChildService(Type) |
子 ModuleService オブジェクトを作成します。 (継承元 ModuleService) |
GetEnabledProperty(ConfigurationElement) |
指定した要素を含む構成属性を取得します。 |
GetSection(Type) |
現在のアプリケーションの既定の構成ファイルからセクションを取得します。 |
RaiseException(Exception) |
構成認証用の新しい管理モジュールを実装するための基本クラスを提供します。 (継承元 ModuleService) |
RaiseException(String) |
指定した WebManagementServiceException リソース名に基づいて をスローします。 (継承元 ModuleService) |
RaiseException(String, String) |
WebManagementServiceException指定したリソース名とエラー メッセージに基づいて をスローします。 (継承元 ModuleService) |
明示的なインターフェイスの実装
IAuthenticationModuleService.IsEnabled() |
メソッドの値を IsEnabled() 返します。 |