共用方式為


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 物件狀態。

適用於