Compartir vía


CipherData.LoadXml(XmlElement) Método

Definición

Carga datos XML de una clase XmlElement en un objeto CipherData.

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

Clase XmlElement que representa los datos XML que se van a cargar.

Excepciones

El parámetro value es null.

La propiedad CipherValue y la propiedad CipherReference son null.

Comentarios

El LoadXml método sobrescribe los elementos XML existentes con el value parámetro .

Se aplica a