ICustomIdentityConfiguration Interface

Definition

Defines methods that enable a class to load custom configuration.

public interface class ICustomIdentityConfiguration
public interface ICustomIdentityConfiguration
type ICustomIdentityConfiguration = interface
Public Interface ICustomIdentityConfiguration
Derived

Remarks

Classes that implement the ICustomIdentityConfiguration interface can load custom configuration from XML.

Several of the Windows Identity Foundation (WIF) classes implement the ICustomIdentityConfiguration interface to provide the capability for you to define custom configuration of derived classes from a configuration file. Many of the WIF classes provide a base implementation of this method to provide the default configuration for the objects they represent.

Methods

LoadCustomConfiguration(XmlNodeList)

Loads custom configuration from XML. Override this method to provide custom handling of configuration elements.

Applies to