IMiddleTierAuthenticationBuilder.UseAuthentication(String, Action<IServiceCollection>) Method
For internal use.
Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
[Browsable(false)]
void UseAuthentication(
string authenticationType,
Action<IServiceCollection> configureServices = null
)
Parameters
Name | Type |
---|---|
authenticationType | String |
Optional Parameters
Name | Type | Default |
---|---|---|
configureServices | Action<IServiceCollection> | null |
See Also