X509CertificateValidator.LoadCustomConfiguration(XmlNodeList) Metod

Definition

När du åsidosättas i en härledd klass läser du in anpassad konfiguration från 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)

Parametrar

nodelist
XmlNodeList

De anpassade konfigurationselementen.

Implementeringar

Kommentarer

Som standard genererar en NotImplementedException. Du kan åsidosätta den här metoden för att tillhandahålla funktioner i en härledd klass.

Gäller för