IDataSourceProtectionService.Unprotect(XElement) Method
Cryptographically unprotects the specified XML element.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataSourceXElement | XElement | The original, not encrypted XML element. |
Remarks
The UnProtect method implementation can use the Unprotect(String) method to decrypt data.
See Also