EncryptedType.GetXml 方法

定义

返回对象的 EncryptedType XML 表示形式。

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

返回

一个 XmlElement 对象,表示 <EncryptedType> XML 加密中的元素。

注解

使用此方法输出 <EncryptedType> XML 中的元素。

适用于