KeyInfo.LoadXml(XmlElement) 方法

定义

从 XML 元素加载 KeyInfo 状态。

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)

参数

value
XmlElement

要从中加载 KeyInfo 状态的 XML 元素。

例外

value 参数为 null

适用于