Skip to main content
All docs
V23.2
.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.

SecuredEFCoreObjectSpaceProviderBuilderExtensions.AddSecuredEFCore Method

Name Parameters Description
AddSecuredEFCore<TContext>(IObjectSpaceProviderBuilder<TContext>, Action<EFCoreObjectSpaceProviderOptionsBuilder>) static builder, configureObjectSpaceProviderOptions Adds the SecuredEFCoreObjectSpace to your WinForms application.
AddSecuredEFCore<TContext>(IObjectSpaceProviderBuilder<TContext>, Action<IServiceProvider, EFCoreObjectSpaceProviderOptionsBuilder>) static builder, configureObjectSpaceProviderOptions Adds the SecuredEFCoreObjectSpace to your WinForms application.
AddSecuredEFCore<TContext>(IObjectSpaceProviderServiceBasedBuilder<TContext>, Action<EFCoreObjectSpaceProviderOptionsBuilder>) static builder, configureObjectSpaceProviderOptions Adds the SecuredEFCoreObjectSpaceProvider<TDbContext> to your ASP.NET Core Blazor application.
AddSecuredEFCore<TContext>(IObjectSpaceProviderServiceBasedBuilder<TContext>, Action<IServiceProvider, EFCoreObjectSpaceProviderOptionsBuilder>) static builder, configureObjectSpaceProviderOptions Adds the SecuredEFCoreObjectSpaceProvider<TDbContext> to your ASP.NET Core Blazor application.