ICustomIdentityConfiguration 인터페이스

정의

클래스가 사용자 지정 구성을 로드할 수 있도록 하는 메서드를 정의합니다.

public interface class ICustomIdentityConfiguration
public interface ICustomIdentityConfiguration
type ICustomIdentityConfiguration = interface
Public Interface ICustomIdentityConfiguration
파생

설명

구현 하는 클래스는 ICustomIdentityConfiguration 인터페이스는 XML에서 사용자 지정 구성을 로드할 수 있습니다.

여러 WIF(Windows Identity Foundation) 클래스는 인터페이스를 구현 ICustomIdentityConfiguration 하여 구성 파일에서 파생 클래스의 사용자 지정 구성을 정의하는 기능을 제공합니다. 다양 한 WIF 클래스를 나타내는 개체에 대 한 기본 구성을 제공 하도록이 메서드의 기본 구현을 제공 합니다.

메서드

LoadCustomConfiguration(XmlNodeList)

XML에서 사용자 지정 구성을 로드합니다. 구성 요소에 대한 사용자 지정 처리를 제공하려면 이 메서드를 재정의합니다.

적용 대상