IMiddleTierAuthenticationBuilder.UseAuthentication(String, Action<IServiceCollection>) Method
For internal use.
Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder
Assembly: DevExpress.ExpressApp.Security.Xpo.Extensions.Win.v23.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo.Extensions.Win
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