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

SAML トークン認証要件を指定する XmlNodeList

例外

customConfigElementsnullです。

customConfigElements に指定された構成が無効です。

適用対象