Share via


AuthAppBuilderExtensions.UseAuthentication(IApplicationBuilder) Method

Definition

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

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