X509SecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) 메서드

정의

XML에서 사용자 지정 구성을 로드합니다.

public:
 override void LoadCustomConfiguration(System::Xml::XmlNodeList ^ customConfigElements);
public override void LoadCustomConfiguration (System.Xml.XmlNodeList customConfigElements);
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadCustomConfiguration (customConfigElements As XmlNodeList)

매개 변수

customConfigElements
XmlNodeList

사용자 지정 구성이 포함된 XML 요소입니다.

예외

customConfigElements이(가) null인 경우

지정된 사용자 지정 구성이 잘못되었습니다.

적용 대상