CipherReference.LoadXml(XmlElement) Method

Definition

Loads XML information into the <CipherReference> element in XML encryption.

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)

Parameters

value
XmlElement

An XmlElement object that represents an XML element to use as the reference.

Exceptions

The value provided is null.

Remarks

Use this method to load an existing XML element into the CipherReference object.

Applies to