Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Standard 2.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

SecuredEFCoreObjectSpaceProvider Constructors

Provides an Object Space in EF Core-based applications that use the Security System.
Name Parameters Description
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, Type, ITypesInfo, EFCoreTypeInfoSource, String, EFCoreDatabaseProviderHandler) selectDataSecurityProvider, contextType, typesInfo, typeInfoSource, connectionString, databaseProviderHandler Initializes a new instance of the SecuredEFCoreObjectSpaceProvider class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, Type, ITypesInfo, String, EFCoreDatabaseProviderHandler) selectDataSecurityProvider, contextType, typesInfo, connectionString, databaseProviderHandler Initializes a new instance of the SecuredEFCoreObjectSpaceProvider class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, Type, EFCoreDatabaseProviderHandler) selectDataSecurityProvider, contextType, databaseProviderHandler Initializes a new instance of the SecuredEFCoreObjectSpaceProvider class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, Type, ServiceCollection, ITypesInfo, String, EFCoreDatabaseProviderHandler) selectDataSecurityProvider, contextType, services, typesInfo, connectionString, databaseProviderHandler Initializes a new instance of the SecuredEFCoreObjectSpaceProvider class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, Type, ServiceCollection, DbContextOptions, ITypesInfo, String) selectDataSecurityProvider, contextType, services, dbContextOptions, typesInfo, connectionString Initializes a new instance of the SecuredEFCoreObjectSpaceProvider class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, Type, String, EFCoreDatabaseProviderHandler) selectDataSecurityProvider, contextType, connectionString, databaseProviderHandler Initializes a new instance of the SecuredEFCoreObjectSpaceProvider class with specified settings.
See Also