Skip to main content
All docs
V25.1
  • IDataSourceProtectionService Interface

    Allows you to implement your own encryption mechanism to store data source information when serialized objects are sent between the client and the server.

    Namespace: DevExpress.DataAccess

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public interface IDataSourceProtectionService

    Remarks

    If your DevExpress Reporting or Dashboard application retrieves data from a data source whose type is not a DevExpress data source type or its descendants, implement the IDataSourceProtectionService service that protects your application from an insecure deserialization vulnerability.

    For more information, review the following breaking change advisory: T1162146 - Web Reporting and BI Dashboard applications: Custom data sources require registration.

    See Also