WinSecurityBuilderExtensions.AddPasswordAuthentication(IWinAuthenticationBuilder, Action<AuthenticationStandardProviderOptions>) Method
In This Article
Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public static IWinAuthenticationBuilder AddPasswordAuthentication(
this IWinAuthenticationBuilder builder,
Action<AuthenticationStandardProviderOptions> configureOptions = null
)
#Parameters
Name | Type |
---|---|
builder | IWin |
#Optional Parameters
Name | Type | Default |
---|---|---|
configure |
Action<Authentication |
null |
#Returns
Type |
---|
IWin |
See Also