Skip to main content
All docs
V26.1
  • WinSecurityBuilderExtensions.AddWindowsAuthentication(IWinAuthenticationBuilder, Action<WindowsAuthenticationOptions>) Method

    Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder

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

    Declaration

    public static IWinAuthenticationBuilder AddWindowsAuthentication(
        this IWinAuthenticationBuilder builder,
        Action<WindowsAuthenticationOptions> configureOptions
    )

    Parameters

    Name Type
    builder IWinAuthenticationBuilder
    configureOptions Action<WindowsAuthenticationOptions>

    Returns

    Type
    IWinAuthenticationBuilder
    See Also