KeyInfoX509Data.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.
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.