KeyInfoX509Data.LoadXml(XmlElement) Method

Definition

Parses the input XmlElement object and configures the internal state of the KeyInfoX509Data object to match.

public:
 override void LoadXml(System::Xml::XmlElement ^ element);
public override void LoadXml (System.Xml.XmlElement element);
override this.LoadXml : System.Xml.XmlElement -> unit
Public Overrides Sub LoadXml (element As XmlElement)

Parameters

element
XmlElement

The XmlElement object that specifies the state of the KeyInfoX509Data object.

Exceptions

The element parameter is null.

The element parameter does not contain an <X509IssuerName> node.

-or-

The element parameter does not contain an <X509SerialNumber> node.

Remarks

This method is typically used to process an <X509Data> subelement of a <KeyInfo> element.

Applies to