WSTrustServiceHost 멤버
This class extends the ServiceHost class implemented by Windows Communication Foundation (WCF) service model programming model. It is a service host for registering Security Token Services (STSes) and let you expose an STS for use by client applications when you are not using Internet Information Services (IIS). The ServiceHost will have multiple endpoints registered based on the number of listeners registered in the configuration.
다음 표에서는 WSTrustServiceHost 유형에서 제공하는 멤버를 나열합니다.
공용 생성자
이름 | 설명 | |
---|---|---|
WSTrustServiceHost | 오버로드되었습니다. Initializes an instance of WSTrustServiceHost. |
위
공용 속성
(보호 속성 참조)
이름 | 설명 | |
---|---|---|
Authorization | (ServiceHostBase에서 상속) | |
BaseAddresses | (ServiceHostBase에서 상속) | |
ChannelDispatchers | (ServiceHostBase에서 상속) | |
CloseTimeout | (ServiceHostBase에서 상속) | |
Credentials | (ServiceHostBase에서 상속) | |
Description | (ServiceHostBase에서 상속) | |
Extensions | (ServiceHostBase에서 상속) | |
ManualFlowControlLimit | (ServiceHostBase에서 상속) | |
OpenTimeout | (ServiceHostBase에서 상속) | |
SecurityTokenServiceConfiguration | ||
ServiceContract | ||
SingletonInstance | (ServiceHost에서 상속) | |
State | (CommunicationObject에서 상속) |
위
보호 속성
이름 | 설명 | |
---|---|---|
DefaultCloseTimeout | (ServiceHostBase에서 상속) | |
DefaultOpenTimeout | (ServiceHostBase에서 상속) | |
ImplementedContracts | (ServiceHostBase에서 상속) | |
IsDisposed | (CommunicationObject에서 상속) | |
ThisLock | (CommunicationObject에서 상속) |
위
공용 메서드
(보호 메서드 참조)
이름 | 설명 | |
---|---|---|
Abort | (CommunicationObject에서 상속) | |
AddServiceEndpoint | 오버로드되었습니다. (ServiceHost에서 상속) | |
BeginClose | 오버로드되었습니다. (CommunicationObject에서 상속) | |
BeginOpen | 오버로드되었습니다. (CommunicationObject에서 상속) | |
Close | 오버로드되었습니다. (CommunicationObject에서 상속) | |
EndClose | (CommunicationObject에서 상속) | |
EndOpen | (CommunicationObject에서 상속) | |
Equals | 오버로드되었습니다. (Object에서 상속) | |
GetHashCode | (Object에서 상속) | |
GetType | (Object에서 상속) | |
IncrementManualFlowControlLimit | (ServiceHostBase에서 상속) | |
Open | 오버로드되었습니다. (CommunicationObject에서 상속) | |
ReferenceEquals | (Object에서 상속) | |
ToString | (Object에서 상속) |
위
보호 메서드
이름 | 설명 | |
---|---|---|
AddBaseAddress | (ServiceHostBase에서 상속) | |
ApplyConfiguration | 재정의되었습니다. Override of base class method. Loads WIF configuration and overrides WCF configuration settings with WIF settings. | |
ConfigureMetadata | Configures metadata (WSDL) for the service host. The method loops through the base addresses, and adds mex endpoints for http, https, net.tcp and net.pipe addresses, only when no mex endpoints have been previously added by the user. For http and https addresses, HTTP and HTTPS "Get" mechanism for WSDL retrieval is enabled. | |
CreateDescription | (ServiceHost에서 상속) | |
Fault | (CommunicationObject에서 상속) | |
Finalize | (Object에서 상속) | |
GetCommunicationObjectType | (CommunicationObject에서 상속) | |
InitializeDescription | 오버로드되었습니다. (ServiceHost에서 상속) | |
InitializeRuntime | 재정의되었습니다. Override of the base class method. Configures following settings on the service host. (1) Service Debug Behavior to include ExceptionDetailsInFault; (2) Configure the ExtensibleSecurityTokenManager on the service host. | |
InitializeSecurityTokenManager | Initializes the SecurityTokenManager that will be exposed through the wrapped ServiceHost. By default the method exposes the SecurityTokenHandlers initialized with SecurityTokenServiceConfiguration through the ServiceHost SecurityTokenManager. Note here we will only re-configure the service host when its credentials is not FederatedServiceCredentials, which allows user to manually configure the credentials themselves. | |
LoadConfigurationSection | (ServiceHostBase에서 상속) | |
MemberwiseClone | (Object에서 상속) | |
OnAbort | (ServiceHostBase에서 상속) | |
OnBeginClose | (ServiceHostBase에서 상속) | |
OnBeginOpen | (ServiceHostBase에서 상속) | |
OnClose | (ServiceHostBase에서 상속) | |
OnClosed | (ServiceHost에서 상속) | |
OnClosing | (CommunicationObject에서 상속) | |
OnEndClose | (ServiceHostBase에서 상속) | |
OnEndOpen | (ServiceHostBase에서 상속) | |
OnFaulted | (CommunicationObject에서 상속) | |
OnOpen | (ServiceHostBase에서 상속) | |
OnOpened | (ServiceHostBase에서 상속) | |
OnOpening | (CommunicationObject에서 상속) | |
ReleasePerformanceCounters | (ServiceHostBase에서 상속) | |
ThrowIfDisposed | (CommunicationObject에서 상속) | |
ThrowIfDisposedOrImmutable | (CommunicationObject에서 상속) | |
ThrowIfDisposedOrNotOpen | (CommunicationObject에서 상속) |
위
공용 이벤트
이름 | 설명 | |
---|---|---|
Closed | (CommunicationObject에서 상속) | |
Closing | (CommunicationObject에서 상속) | |
Faulted | (CommunicationObject에서 상속) | |
Opened | (CommunicationObject에서 상속) | |
Opening | (CommunicationObject에서 상속) | |
UnknownMessageReceived | (ServiceHostBase에서 상속) |
위
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
System.IDisposable.Dispose | (ServiceHostBase에서 상속) |
위
참고 항목
참조
WSTrustServiceHost 클래스
Microsoft.IdentityModel.Protocols.WSTrust 네임스페이스
Copyright © 2008 by Microsoft Corporation.모든 권리 보유.