Skip to main content
All docs
V25.2
  • IWinAuthenticationBuilder.UseAuthentication(Action<IServiceCollection>) Method

    For internal use.

    Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Win.v25.2.dll

    NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

    Declaration

    [Browsable(false)]
    void UseAuthentication(
        Action<IServiceCollection> configureServices
    )

    Parameters

    Name Type
    configureServices Action<IServiceCollection>
    See Also