KeyInfo.LoadXml(XmlElement) Method

Definition

Loads a KeyInfo state from an XML element.

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)

Parameters

value
XmlElement

The XML element from which to load the KeyInfo state.

Exceptions

The value parameter is null.

Applies to