Freigeben über


AppServicesAuthenticationBuilderExtensions.AddAppServicesAuthentication Method

Definition

Add authentication with App Services.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddAppServicesAuthentication (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddAppServicesAuthentication : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddAppServicesAuthentication (builder As AuthenticationBuilder) As AuthenticationBuilder

Parameters

builder
AuthenticationBuilder

Authentication builder.

Returns

The builder, to chain commands.

Applies to