Helper class that provides mechanism to plug the FederatedSecurityTokenManager to any WCF ServiceHost application. Create an instance of this class and add this as the ServiceCredentials to your ServiceHost.

В следующей таблице перечислены члены, предоставляемые типом FederatedServiceCredentials.

Открытый Конструкторы (см. также Защищенный Конструкторы)

  Имя Описание
FederatedServiceCredentials Перегружено. Initializes an instance of FederatedServiceCredentials.
Вверх

Защищенный Конструкторы

  Имя Описание
FederatedServiceCredentials Перегружено.  
Вверх

Открытый Свойства

  Имя Описание
public property ClaimsAuthenticationManager Gets and sets the ClaimsAuthenticationManager.
public property ClaimsAuthorizationManager  
public property ClientCertificate  (унаследовано от ServiceCredentials)
public property ExceptionMapper  
public property IssuedTokenAuthentication  (унаследовано от ServiceCredentials)
public property MaxClockSkew Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating.
public property Peer  (унаследовано от ServiceCredentials)
public property SaveBootstrapTokens  
public property SecureConversationAuthentication  (унаследовано от ServiceCredentials)
public property SecurityTokenHandlerCollectionManager  
public property SecurityTokenHandlers Gets the security token handlers collection.
public property ServiceCertificate  (унаследовано от ServiceCredentials)
public property UserNameAuthentication  (унаследовано от ServiceCredentials)
public property WindowsAuthentication  (унаследовано от ServiceCredentials)
Вверх

Открытый Методы (см. также Защищенный Методы)

  Имя Описание
public method Clone  (унаследовано от ServiceCredentials)
public methodstatic ConfigureServiceHost Перегружено. Helper method that Initializes the SecurityTokenManager that will be exposed through the given ServiceHost. By default the method exposes the SecurityTokenHandlers initialized with IdentityServiceConfiguration through the ServiceHost SecurityTokenManager.
public method CreateSecurityTokenManager Переписано. Returns a Wrapped instance of the Token manager provided during creation of this class.
public method Equals  Перегружено. (унаследовано от Object)
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public methodstatic ReferenceEquals  (унаследовано от Object)
public method ToString  (унаследовано от Object)
Вверх

Защищенный Методы

  Имя Описание
protected method CloneCore Переписано. Override method from the base class. Creates a cloned copy of this class.
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)
Вверх

Явные реализации интерфейса

  Имя Описание
System.ServiceModel.Description.IServiceBehavior.AddBindingParameters  (унаследовано от ServiceCredentials)
System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior  (унаследовано от ServiceCredentials)
System.ServiceModel.Description.IServiceBehavior.Validate  (унаследовано от ServiceCredentials)
Вверх

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.