EncryptionProperty.LoadXml(XmlElement) 方法

定义

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

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

要分析的 XmlElement 对象。

例外

value 参数为 null

value 参数的 LocalName 属性不是“EncryptionProperty”。

- 或 -

参数 NamespaceURIvalue 属性不是 “http://www.w3.org/2001/04/xmlenc#"。

注解

方法 LoadXmlEncryptionProperty 对象配置为与对象的状态 XmlElement 匹配。

适用于