Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.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.