ConfigurationBasedIssuerNameRegistry.LoadCustomConfiguration 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從組態載入信任的簽發者。
public:
override void LoadCustomConfiguration(System::Xml::XmlNodeList ^ customConfiguration);
public override void LoadCustomConfiguration (System.Xml.XmlNodeList customConfiguration);
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadCustomConfiguration (customConfiguration As XmlNodeList)
參數
- customConfiguration
- XmlNodeList
代表組態檔中所指定的受信任簽發者的對應的 XML。
例外狀況
customConfiguration
為 null
。
組態包含一或多個無法辨識的項目。
備註
方法是由組 LoadCustomConfiguration 態基礎結構所呼叫。 呼叫這個方法時,nodelist
會包含組態檔中issuerNameRegistry>元素的最上層子元素<。 根據您為衍生類別定義的組態架構而定,這些屬性或子元素可能會包含這些屬性或子元素。
這個方法是由組態基礎結構所呼叫。 默認實作會從 <trustedIssuers> 元素載入組態, (<在 issuerNameRegistry> 元素下設定) 。 您可以覆寫這個方法,以支援衍生類別中自己的自定義組態專案。