XmlExtensions.MarkAsRequiresEncryption(XElement) Method

Definition

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

Applies to