Back to Devexpress

IDataSourceProtectionService Interface

corelibraries-devexpress-dot-dataaccess-e77ad893.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface IDataSourceProtectionService
vb
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

IDataSourceProtectionService Members

DevExpress.DataAccess Namespace