XmlExtensions.MarkAsRequiresEncryption(XElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将提供的 XElement 标记为需要加密,然后才能保存到存储。 实现 ExportToXml()时使用 。
public:
[System::Runtime::CompilerServices::Extension]
static void MarkAsRequiresEncryption(System::Xml::Linq::XElement ^ element);
public static void MarkAsRequiresEncryption (this System.Xml.Linq.XElement element);
static member MarkAsRequiresEncryption : System.Xml.Linq.XElement -> unit
<Extension()>
Public Sub MarkAsRequiresEncryption (element As XElement)
参数
- element
- XElement