Share via


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

指定 SAML 權杖驗證需求的 XmlNodeList

例外狀況

customConfigElementsnull

customConfigElements 中指定的組態無效。

適用於