XmlExtensions.MarkAsRequiresEncryption(XElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks the provided XElement as requiring encryption before being persisted to storage. Use when implementing 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)
Parameters
- element
- XElement