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 를 재정의해야 합니다. 속성 및 SectionName 속성
생성자
ConfigurationAuthenticationModuleService() |
ConfigurationAuthenticationModuleService 클래스의 새 인스턴스를 초기화합니다. |
속성
Context |
모듈 서비스의 관리 컨텍스트를 가져옵니다. (다음에서 상속됨 ModuleService) |
EnabledPropertyName |
파생 클래스에서 재정의되는 경우 활성화된 값을 지정하는 특성 이름을 가져옵니다. |
ManagementUnit |
ManagementUnit 모듈 서비스에서 현재 관리 중인 을 가져옵니다. (다음에서 상속됨 ModuleService) |
ModuleName |
모듈 서비스를 포함하는 어셈블리의 이름을 가져옵니다. (다음에서 상속됨 ModuleService) |
SectionName |
파생 클래스에서 재정의되는 경우 구성 섹션의 이름을 가져옵니다. |
메서드
CreateChildService(Type) |
자식 ModuleService 개체를 만듭니다. (다음에서 상속됨 ModuleService) |
GetEnabledProperty(ConfigurationElement) |
지정된 요소를 포함하는 구성 특성을 검색합니다. |
GetSection(Type) |
현재 애플리케이션의 기본 구성 파일에서 섹션을 검색합니다. |
RaiseException(Exception) |
구성 인증을 위한 새 관리 모듈을 구현하기 위한 기본 클래스를 제공합니다. (다음에서 상속됨 ModuleService) |
RaiseException(String) |
지정된 리소스 이름을 기반으로 을 throw합니다 WebManagementServiceException . (다음에서 상속됨 ModuleService) |
RaiseException(String, String) |
WebManagementServiceException 지정된 리소스 이름 및 오류 메시지를 기반으로 을 throw합니다. (다음에서 상속됨 ModuleService) |
명시적 인터페이스 구현
IAuthenticationModuleService.IsEnabled() |
메서드의 값을 반환합니다 IsEnabled() . |