KeyInfo.LoadXml(XmlElement) 方法
定义
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 参数为 null。The value parameter is null.