Skip to main content
All docs
V25.1
  • .NET 8.0+

    SecuredObjectSpaceProvider(ISelectDataSecurityProvider, String, IDbConnection) Constructor

    Initializes a new instance of the SecuredObjectSpaceProvider class with specified settings.

    Namespace: DevExpress.ExpressApp.Security.ClientServer

    Assembly: DevExpress.ExpressApp.Security.Xpo.v25.1.dll

    Declaration

    public SecuredObjectSpaceProvider(
        ISelectDataSecurityProvider selectDataSecurityProvider,
        string databaseConnectionString,
        IDbConnection connection
    )

    Parameters

    Name Type Description
    selectDataSecurityProvider DevExpress.ExpressApp.Security.ISelectDataSecurityProvider

    An object that implements the ISelectDataSecurityProvider interface (for example, a SecurityStrategyComplex instance).

    databaseConnectionString String

    An application’s connection string.

    connection IDbConnection

    An IDbConnection object that specifies the database connection.

    See Also