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
System_CAPS_pubmethod 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
System_CAPS_pubmethod 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.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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