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

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

예외

customConfigElementsnull입니다.

지정된 customConfigElements 구성이 잘못되었습니다.

적용 대상