Share via


KeyInfoRetrievalMethod.LoadXml(XmlElement) 方法

定义

分析输入的 XmlElement 对象并配置要匹配的 KeyInfoRetrievalMethod 对象的内部状态。

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

参数

value
XmlElement

指定 KeyInfoRetrievalMethod 对象的状态的 XML 元素。

例外

value 参数为 null

注解

此方法通常用于处理 <RetrievalMethod> 元素的 <KeyInfo> 子元素。

适用于