KeyInfo.LoadXml(XmlElement) Método

Definición

Carga un KeyInfo estado de un elemento XML.

public:
 void LoadXml(System::Xml::XmlElement ^ value);
public void LoadXml(System.Xml.XmlElement value);
member this.LoadXml : System.Xml.XmlElement -> unit
Public Sub LoadXml (value As XmlElement)

Parámetros

value
XmlElement

Elemento XML desde el que se va a cargar el KeyInfo estado.

Excepciones

El value parámetro es null.

Se aplica a