Back to Devexpress

IWinAuthenticationBuilder Interface

expressappframework-devexpress-dot-expressapp-dot-win-dot-applicationbuilder-d621aa09.md

latest4.2 KB
Original Source

IWinAuthenticationBuilder Interface

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

Declaration

csharp
public interface IWinAuthenticationBuilder
vb
Public Interface IWinAuthenticationBuilder

The following members return IWinAuthenticationBuilder objects:

Extension Methods

UseExternalAuthentication<TAuthenticationProvider>()

UsePasswordAuthentication(Action<AuthenticationStandardProviderOptions>)

AddPasswordAuthentication(Action<AuthenticationStandardProviderOptions>)

UseWindowsAuthentication(Action<WindowsAuthenticationOptions>)

AddWindowsAuthentication(Action<WindowsAuthenticationOptions>)

See Also

IWinAuthenticationBuilder Members

DevExpress.ExpressApp.Win.ApplicationBuilder Namespace