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 | |
---|---|---|
ClaimsAuthenticationManager | Gets and sets the ClaimsAuthenticationManager. | |
ClaimsAuthorizationManager | Gets and Sets the ClaimsAuthorizationManager | |
ClientCertificate | (Inherited from ServiceCredentials) | |
ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. | |
IssuedTokenAuthentication | (Inherited from ServiceCredentials) | |
MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. | |
Peer | (Inherited from ServiceCredentials) | |
SaveBootstrapTokens | Gets the bool that is used to control if BootstrapTokens are saved after token validation. | |
SecureConversationAuthentication | (Inherited from ServiceCredentials) | |
SecurityTokenHandlerCollectionManager | The SecurityTokenHandlerCollectionManager in use by these credentials. | |
SecurityTokenHandlers | Gets the security token handlers collection. | |
ServiceCertificate | (Inherited from ServiceCredentials) | |
UserNameAuthentication | (Inherited from ServiceCredentials) | |
WindowsAuthentication | (Inherited from ServiceCredentials) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Clone | (Inherited from ServiceCredentials) | |
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. | |
CreateSecurityTokenManager | Overridden. Returns a Wrapped instance of the Token manager provided during creation of this class. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
CloneCore | Overridden. Override method from the base class. Creates a cloned copy of this class. | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
FederatedServiceCredentials Class
Microsoft.IdentityModel.Tokens Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.