X509CertificateValidator.LoadCustomConfiguration(XmlNodeList) 方法
定义
在派生类中重写时,将从 XML 中加载自定义配置。When overridden in a derived class, loads custom configuration from XML.
public:
virtual void LoadCustomConfiguration(System::Xml::XmlNodeList ^ nodelist);
public virtual void LoadCustomConfiguration (System.Xml.XmlNodeList nodelist);
abstract member LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overridable Sub LoadCustomConfiguration (nodelist As XmlNodeList)
参数
- nodelist
- XmlNodeList
自定义配置元素。The custom configuration elements.
实现
注解
默认情况下,会引发 NotImplementedException 。By default, throws a NotImplementedException. 您可以重写此方法以提供派生类中的功能。You can override this method to provide functionality in a derived class.