KeyInfoNode.LoadXml(XmlElement) Método
Definição
Analisa a entrada XmlElement e configura o estado interno do KeyInfoNode para corresponder.Parses the input XmlElement and configures the internal state of the KeyInfoNode to match.
public:
override void LoadXml(System::Xml::XmlElement ^ value);
public override void LoadXml (System.Xml.XmlElement value);
override this.LoadXml : System.Xml.XmlElement -> unit
Public Overrides Sub LoadXml (value As XmlElement)
Parâmetros
- value
- XmlElement
O XmlElement que especifica o estado de KeyInfoNode.The XmlElement that specifies the state of the KeyInfoNode.