Skip to main content
.NET 6.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.

SecuredEFCoreObjectSpace Constructors

An Object Space for EF Core-based applications that use the Security System.
Name Parameters Description
SecuredEFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>, ISecurityStrategyBase) typesInfo, entityStore, createDbContext, security Initializes a new instance of the SecuredEFCoreObjectSpace class with specified settings.
SecuredEFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>) typesInfo, entityStore, createDbContext Initializes a new instance of the SecuredEFCoreObjectSpace class with specified settings.
See Also