EncryptionProperty.GetXml 方法

定义

返回一个 XmlElement 对象,该对象封装了 EncryptionProperty 类的实例。

public:
 System::Xml::XmlElement ^ GetXml();
public System.Xml.XmlElement GetXml ();
member this.GetXml : unit -> System.Xml.XmlElement
Public Function GetXml () As XmlElement

返回

一个 XmlElement 对象,该对象封装了 EncryptionProperty 类的实例。

注解

方法 GetXml 返回 元素的 <EncryptionProperty> 表示形式。

适用于