expressappframework-devexpress-dot-expressapp-dot-win-dot-applicationbuilder-d621aa09.md
The fluent API-based builder that allows you to configure the Security System in Integrated Mode in your WinForms application.
Namespace : DevExpress.ExpressApp.Win.ApplicationBuilder
Assembly : DevExpress.ExpressApp.Win.v25.2.dll
NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
public interface IWinAuthenticationBuilder
Public Interface IWinAuthenticationBuilder
The following members return IWinAuthenticationBuilder objects:
UseExternalAuthentication<TAuthenticationProvider>()
UsePasswordAuthentication(Action<AuthenticationStandardProviderOptions>)
AddPasswordAuthentication(Action<AuthenticationStandardProviderOptions>)
UseWindowsAuthentication(Action<WindowsAuthenticationOptions>)
AddWindowsAuthentication(Action<WindowsAuthenticationOptions>)
See Also
IWinAuthenticationBuilder Members