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. |
Protected Constructors
Name | Description | |
---|---|---|
FederatedServiceCredentials | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
ClaimsAuthenticationManager | Gets and sets the ClaimsAuthenticationManager. | |
ClaimsAuthorizationManager | ||
ClientCertificate | (Inherited from ServiceCredentials) | |
ExceptionMapper | ||
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 | ||
SecureConversationAuthentication | (Inherited from ServiceCredentials) | |
SecurityTokenHandlerCollectionManager | ||
SecurityTokenHandlers | Gets the security token handlers collection. | |
ServiceCertificate | (Inherited from ServiceCredentials) | |
UserNameAuthentication | (Inherited from ServiceCredentials) | |
WindowsAuthentication | (Inherited from ServiceCredentials) |
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 | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) |
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) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ServiceModel.Description.IServiceBehavior.AddBindingParameters | (Inherited from ServiceCredentials) | |
System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior | (Inherited from ServiceCredentials) | |
System.ServiceModel.Description.IServiceBehavior.Validate | (Inherited from ServiceCredentials) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.