WSTrustServiceHost (Miembros)
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.
En las tablas siguientes se enumeran los miembros expuestos por el tipo WSTrustServiceHost.
Público Constructores
Nombre | Descripción | |
---|---|---|
WSTrustServiceHost | Sobrecargado. Initializes an instance of WSTrustServiceHost. |
Arriba
Público Propiedades
(vea también Protegido Propiedades)
Nombre | Descripción | |
---|---|---|
Authorization | (Se hereda de ServiceHostBase) | |
BaseAddresses | (Se hereda de ServiceHostBase) | |
ChannelDispatchers | (Se hereda de ServiceHostBase) | |
CloseTimeout | (Se hereda de ServiceHostBase) | |
Credentials | (Se hereda de ServiceHostBase) | |
Description | (Se hereda de ServiceHostBase) | |
Extensions | (Se hereda de ServiceHostBase) | |
ManualFlowControlLimit | (Se hereda de ServiceHostBase) | |
OpenTimeout | (Se hereda de ServiceHostBase) | |
SecurityTokenServiceConfiguration | ||
ServiceContract | ||
SingletonInstance | (Se hereda de ServiceHost) | |
State | (Se hereda de CommunicationObject) |
Arriba
Protegido Propiedades
Nombre | Descripción | |
---|---|---|
DefaultCloseTimeout | (Se hereda de ServiceHostBase) | |
DefaultOpenTimeout | (Se hereda de ServiceHostBase) | |
ImplementedContracts | (Se hereda de ServiceHostBase) | |
IsDisposed | (Se hereda de CommunicationObject) | |
ThisLock | (Se hereda de CommunicationObject) |
Arriba
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
Abort | (Se hereda de CommunicationObject) | |
AddServiceEndpoint | Sobrecargado. (Se hereda de ServiceHost) | |
BeginClose | Sobrecargado. (Se hereda de CommunicationObject) | |
BeginOpen | Sobrecargado. (Se hereda de CommunicationObject) | |
Close | Sobrecargado. (Se hereda de CommunicationObject) | |
EndClose | (Se hereda de CommunicationObject) | |
EndOpen | (Se hereda de CommunicationObject) | |
Equals | Sobrecargado. (Se hereda de Object) | |
GetHashCode | (Se hereda de Object) | |
GetType | (Se hereda de Object) | |
IncrementManualFlowControlLimit | (Se hereda de ServiceHostBase) | |
Open | Sobrecargado. (Se hereda de CommunicationObject) | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) |
Arriba
Protegido Métodos
Nombre | Descripción | |
---|---|---|
AddBaseAddress | (Se hereda de ServiceHostBase) | |
ApplyConfiguration | Invalidado. 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 | (Se hereda de ServiceHost) | |
Fault | (Se hereda de CommunicationObject) | |
Finalize | (Se hereda de Object) | |
GetCommunicationObjectType | (Se hereda de CommunicationObject) | |
InitializeDescription | Sobrecargado. (Se hereda de ServiceHost) | |
InitializeRuntime | Invalidado. 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 | (Se hereda de ServiceHostBase) | |
MemberwiseClone | (Se hereda de Object) | |
OnAbort | (Se hereda de ServiceHostBase) | |
OnBeginClose | (Se hereda de ServiceHostBase) | |
OnBeginOpen | (Se hereda de ServiceHostBase) | |
OnClose | (Se hereda de ServiceHostBase) | |
OnClosed | (Se hereda de ServiceHost) | |
OnClosing | (Se hereda de CommunicationObject) | |
OnEndClose | (Se hereda de ServiceHostBase) | |
OnEndOpen | (Se hereda de ServiceHostBase) | |
OnFaulted | (Se hereda de CommunicationObject) | |
OnOpen | (Se hereda de ServiceHostBase) | |
OnOpened | (Se hereda de ServiceHostBase) | |
OnOpening | (Se hereda de CommunicationObject) | |
ReleasePerformanceCounters | (Se hereda de ServiceHostBase) | |
ThrowIfDisposed | (Se hereda de CommunicationObject) | |
ThrowIfDisposedOrImmutable | (Se hereda de CommunicationObject) | |
ThrowIfDisposedOrNotOpen | (Se hereda de CommunicationObject) |
Arriba
Público Eventos
Nombre | Descripción | |
---|---|---|
Closed | (Se hereda de CommunicationObject) | |
Closing | (Se hereda de CommunicationObject) | |
Faulted | (Se hereda de CommunicationObject) | |
Opened | (Se hereda de CommunicationObject) | |
Opening | (Se hereda de CommunicationObject) | |
UnknownMessageReceived | (Se hereda de ServiceHostBase) |
Arriba
Implementaciones de interfaz explícitas
Nombre | Descripción | |
---|---|---|
System.IDisposable.Dispose | (Se hereda de ServiceHostBase) |
Arriba
Vea también
Referencia
WSTrustServiceHost (Clase)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)
Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.