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