Skip to main content
All docs
V26.1
  • IBlazorSecurityBuilder.AddAuthenticationProvider<TProvider>() Method

    Namespace: DevExpress.ExpressApp.Blazor.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    IBlazorSecurityBuilder AddAuthenticationProvider<TProvider>()
        where TProvider : IAuthenticationProviderV2

    Type Parameters

    Name
    TProvider

    Returns

    Type Description
    IBlazorSecurityBuilder

    Allows you to enable and configure the Security System in your application, and chain further configuration.

    See Also