KeyInfo.LoadXml(XmlElement) 方法

定义

从 XML 元素加载 KeyInfo 状态。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)

参数

value
XmlElement

要从中加载 KeyInfo 状态的 XML 元素。The XML element from which to load the KeyInfo state.

例外

value 参数为 nullThe value parameter is null.

适用于