FederationServerConfigurationHandler Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. Invoked by ASP.NET to load configuration changes made to the web.config.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.FederationServerConfigurationHandler
Syntax
public class FederationServerConfigurationHandler : IConfigurationSectionHandler
public ref class FederationServerConfigurationHandler : IConfigurationSectionHandler
type FederationServerConfigurationHandler =
class
interface IConfigurationSectionHandler
end
Public Class FederationServerConfigurationHandler
Implements IConfigurationSectionHandler
Constructors
Name | Description | |
---|---|---|
FederationServerConfigurationHandler() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the FederationServerConfigurationHandler class. |
Methods
Name | Description | |
---|---|---|
Create(Object, Object, XmlNode) | Creates and returns a FederationServerConfiguration object from the data in the XmlNode parameter. This method is intended to be called by the ASP.NET configuration system. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
IConfigurationSectionHandler
System.Web.Security.SingleSignOn Namespace
Return to top