MicrosoftAccountAppBuilderExtensions Class

Definition

Extension methods to add Microsoft Account authentication capabilities to an HTTP application pipeline.

public ref class MicrosoftAccountAppBuilderExtensions abstract sealed
public static class MicrosoftAccountAppBuilderExtensions
type MicrosoftAccountAppBuilderExtensions = class
Public Module MicrosoftAccountAppBuilderExtensions
Inheritance
MicrosoftAccountAppBuilderExtensions

Methods

UseMicrosoftAccountAuthentication(IApplicationBuilder)
Obsolete.
Obsolete.

UseMicrosoftAccountAuthentication is obsolete. Configure MicrosoftAccount authentication with AddAuthentication().AddMicrosoftAccount in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseMicrosoftAccountAuthentication(IApplicationBuilder, MicrosoftAccountOptions)
Obsolete.
Obsolete.

UseMicrosoftAccountAuthentication is obsolete. Configure MicrosoftAccount authentication with AddAuthentication().AddMicrosoftAccount in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseMicrosoftAccountAuthentication(IApplicationBuilder, MicrosoftAccountOptions)

Adds the MicrosoftAccountMiddleware middleware to the specified IApplicationBuilder, which enables Microsoft Account authentication capabilities.

Applies to