Share via


KeyInfoEncryptedKey.LoadXml(XmlElement) 方法

定义

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

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

XmlElement 对象,用于指定 KeyInfoEncryptedKey 对象的状态。

适用于