Skip to main content
All docs
V23.2

IDataSourceProtectionService.Unprotect(XElement) Method

Cryptographically unprotects the specified XML element.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void Unprotect(
    XElement dataSourceXElement
)

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