SamlSecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) 方法

定义

从 XML 加载自定义的配置。Loads custom configuration from 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 标志身份验证要求。An XmlNodeList that specifies the SAML token authentication requirements.

例外

customConfigElementsnullcustomConfigElements is null.

customConfigElements 中指定的配置无效。The configuration specified in customConfigElements is not valid.

适用于