Skip to main content
All docs
V25.1
  • IDataSourceProtectionService.Unprotect(XElement) Method

    Cryptographically unprotects the specified XML element.

    Namespace: DevExpress.DataAccess

    Assembly: DevExpress.Data.v25.1.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