Share via


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

XmlNodeList 指定 SAML 标志身份验证要求。

例外

customConfigElementsnull

customConfigElements 中指定的配置无效。

适用于