FederatedServiceCredentials Members

[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]

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.

The following tables list the members exposed by the FederatedServiceCredentials type.

Public Constructors

(see also Protected Constructors)

  Name Description
  FederatedServiceCredentials Overloaded. Initializes an instance of FederatedServiceCredentials.

Top

Protected Constructors

  Name Description
  FederatedServiceCredentials Overloaded. Initializes an instance of FederatedServiceCredentials.

Top

Public Properties

  Name Description
public property ClaimsAuthenticationManager Gets and sets the ClaimsAuthenticationManager.
public property ClaimsAuthorizationManager Gets and Sets the ClaimsAuthorizationManager
public property ClientCertificate  (Inherited from ServiceCredentials)
public property ExceptionMapper Gets or sets the ExceptionMapper to be used when throwing exceptions.
public property IssuedTokenAuthentication  (Inherited from 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  (Inherited from ServiceCredentials)
public property SaveBootstrapTokens Gets the bool that is used to control if BootstrapTokens are saved after token validation.
public property SecureConversationAuthentication  (Inherited from ServiceCredentials)
public property SecurityTokenHandlerCollectionManager The SecurityTokenHandlerCollectionManager in use by these credentials.
public property SecurityTokenHandlers Gets the security token handlers collection.
public property ServiceCertificate  (Inherited from ServiceCredentials)
public property UserNameAuthentication  (Inherited from ServiceCredentials)
public property WindowsAuthentication  (Inherited from ServiceCredentials)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Clone  (Inherited from ServiceCredentials)
public methodstatic ConfigureServiceHost Overloaded. 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 Overridden. Returns a Wrapped instance of the Token manager provided during creation of this class.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method CloneCore Overridden. Override method from the base class. Creates a cloned copy of this class.
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

FederatedServiceCredentials Class
Microsoft.IdentityModel.Tokens Namespace

Copyright © 2008 by Microsoft Corporation. All rights reserved.