OAuthAppBuilderExtensions.UseOAuthAuthentication Metoda

Definicja

Przeciążenia

UseOAuthAuthentication(IApplicationBuilder)
Przestarzałe.
Przestarzałe.

UseOAuthAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania OAuth przy użyciu polecenia AddAuthentication(). AddOAuth w elemecie ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .

UseOAuthAuthentication(IApplicationBuilder, OAuthOptions)
Przestarzałe.
Przestarzałe.

UseOAuthAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania OAuth przy użyciu polecenia AddAuthentication(). AddOAuth w elemecie ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .

UseOAuthAuthentication(IApplicationBuilder, OAuthOptions)

OAuthMiddleware<TOptions> Dodaje oprogramowanie pośredniczące do określonego IApplicationBuilderelementu , które umożliwia uwierzytelnianie OAuth 2.0.

UseOAuthAuthentication(IApplicationBuilder)

Źródło:
OAuthAppBuilderExtensions.cs
Źródło:
OAuthAppBuilderExtensions.cs

Przestroga

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

UseOAuthAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania OAuth przy użyciu polecenia AddAuthentication(). AddOAuth w elemecie ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOAuthAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
C#
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOAuthAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
C#
[System.Obsolete("UseOAuthAuthentication is obsolete. Configure OAuth authentication with AddAuthentication().AddOAuth in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOAuthAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);

Parametry

app
IApplicationBuilder

Element IApplicationBuilder do dodania programu obsługi.

Zwraca

Odwołanie do tego wystąpienia po zakończeniu operacji.

Atrybuty

Dotyczy

ASP.NET Core 2.2 i inne wersje
Produkt Wersje (Przestarzałe)
ASP.NET Core 1.0, 1.1 (2.0, 2.1, 2.2)

UseOAuthAuthentication(IApplicationBuilder, OAuthOptions)

Źródło:
OAuthAppBuilderExtensions.cs
Źródło:
OAuthAppBuilderExtensions.cs

Przestroga

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

UseOAuthAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania OAuth przy użyciu polecenia AddAuthentication(). AddOAuth w elemecie ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .

C#
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOAuthAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions options);
C#
[System.Obsolete("UseOAuthAuthentication is obsolete. Configure OAuth authentication with AddAuthentication().AddOAuth in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOAuthAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions options);

Parametry

app
IApplicationBuilder

Element IApplicationBuilder do dodania programu obsługi.

options
OAuthOptions

Element OAuthOptions określający opcje programu obsługi.

Zwraca

Odwołanie do tego wystąpienia po zakończeniu operacji.

Atrybuty

Dotyczy

ASP.NET Core 2.2 i inne wersje
Produkt Wersje (Przestarzałe)
ASP.NET Core (2.0, 2.1, 2.2)

UseOAuthAuthentication(IApplicationBuilder, OAuthOptions)

OAuthMiddleware<TOptions> Dodaje oprogramowanie pośredniczące do określonego IApplicationBuilderelementu , które umożliwia uwierzytelnianie OAuth 2.0.

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOAuthAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.OAuthOptions options);

Parametry

app
IApplicationBuilder

Element IApplicationBuilder do dodania oprogramowania pośredniczącego.

options
OAuthOptions

Element OAuthOptions określający opcje oprogramowania pośredniczącego.

Zwraca

Odwołanie do tego wystąpienia po zakończeniu operacji.

Dotyczy

ASP.NET Core 1.1 i ASP.NET Core 1.0
Produkt Wersje
ASP.NET Core 1.0, 1.1