CipherData.LoadXml(XmlElement) Metodo

Definizione

Carica i dati XML da un XmlElement oggetto in un CipherData oggetto .

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)

Parametri

value
XmlElement

Oggetto XmlElement che rappresenta i dati XML da caricare.

Eccezioni

Il value parametro è null.

La CipherValue proprietà e la CipherReference proprietà sono null.

Commenti

Il LoadXml metodo sovrascrive gli elementi XML esistenti con il value parametro .

Si applica a