AuthAppBuilderExtensions.UseAuthentication(IApplicationBuilder) Method

Definition

Adds the AuthenticationMiddleware to the specified IApplicationBuilder, which enables authentication capabilities.

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);

Parameters

app
IApplicationBuilder

The IApplicationBuilder to add the middleware to.

Returns

A reference to this instance after the operation has completed.

Applies to

Product Versions
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0