다음을 통해 공유


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

SAML 토큰 인증 요구 사항을 지정하는 XmlNodeList입니다.

예외

customConfigElements이(가) null인 경우

customConfigElements에 지정한 구성이 잘못된 경우

적용 대상