CipherData.LoadXml(XmlElement) Método

Definición

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

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

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

Excepciones

El value parámetro es null.

La CipherValue propiedad y la CipherReference propiedad son null.

Comentarios

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

Se aplica a