CipherReference.LoadXml(XmlElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.