次の方法で共有


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

カスタム構成を含む XML 要素。

例外

customConfigElementsnullです。

無効でないと指定されるカスタム構成。

適用対象