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. All rights reserved.