Aracılığıyla paylaş


JwtBearerAppBuilderExtensions.UseJwtBearerAuthentication Yöntem

Tanım

Aşırı Yüklemeler

UseJwtBearerAuthentication(IApplicationBuilder)
Geçersiz.
Geçersiz.

UseJwtBearerAuthentication kullanımdan kaldırıldı. AddAuthentication() ile JwtBearer kimlik doğrulamasını yapılandırın. ConfigureServices içinde AddJwtBearer. Diğer ayrıntılar için bkz https://go.microsoft.com/fwlink/?linkid=845470 .

UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)
Geçersiz.
Geçersiz.

UseJwtBearerAuthentication kullanımdan kaldırıldı. AddAuthentication() ile JwtBearer kimlik doğrulamasını yapılandırın. ConfigureServices içinde AddJwtBearer. Diğer ayrıntılar için bkz https://go.microsoft.com/fwlink/?linkid=845470 .

UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)

JwtBearerMiddleware Ara yazılımı, Taşıyıcı belirteç işleme özelliklerini etkinleştiren belirtilen IApplicationBuilderöğesine ekler. Bu ara yazılım, istek üst bilgisinde görünen uygun şekilde biçimlendirilmiş ve güvenli belirteçleri anlar. Options.AuthenticationMode Etkin ise, taşıyıcı belirteci içindeki talepler geçerli isteğin IPrincipal Kullanıcısına eklenir. Options.AuthenticationMode Pasif ise, geçerli istek değiştirilmez, ancak isteğin taşıyıcı belirtecinden talepleri almak için herhangi bir zamanda IAuthenticationManager AuthenticateAsync kullanılabilir. Ayrıca bkz. http://tools.ietf.org/html/rfc6749

UseJwtBearerAuthentication(IApplicationBuilder)

Kaynak:
JwtBearerAppBuilderExtensions.cs
Kaynak:
JwtBearerAppBuilderExtensions.cs

Dikkat

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

UseJwtBearerAuthentication kullanımdan kaldırıldı. AddAuthentication() ile JwtBearer kimlik doğrulamasını yapılandırın. ConfigureServices içinde AddJwtBearer. Diğer ayrıntılar için bkz https://go.microsoft.com/fwlink/?linkid=845470 .

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseJwtBearerAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseJwtBearerAuthentication (app As IApplicationBuilder) As IApplicationBuilder

Parametreler

app
IApplicationBuilder

IApplicationBuilder İşleyicinin ekleneceği.

Döndürülenler

İşlem tamamlandıktan sonra bu örneğe başvuru.

Öznitelikler

Şunlara uygulanır

UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)

Kaynak:
JwtBearerAppBuilderExtensions.cs
Kaynak:
JwtBearerAppBuilderExtensions.cs

Dikkat

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

UseJwtBearerAuthentication kullanımdan kaldırıldı. AddAuthentication() ile JwtBearer kimlik doğrulamasını yapılandırın. ConfigureServices içinde AddJwtBearer. Diğer ayrıntılar için bkz https://go.microsoft.com/fwlink/?linkid=845470 .

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseJwtBearerAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^ options);
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
[System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
[<System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseJwtBearerAuthentication (app As IApplicationBuilder, options As JwtBearerOptions) As IApplicationBuilder

Parametreler

app
IApplicationBuilder

IApplicationBuilder İşleyicinin ekleneceği.

options
JwtBearerOptions

JwtBearerOptions İşleyici için seçenekleri belirten bir.

Döndürülenler

İşlem tamamlandıktan sonra bu örneğe başvuru.

Öznitelikler

Şunlara uygulanır

UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)

JwtBearerMiddleware Ara yazılımı, Taşıyıcı belirteç işleme özelliklerini etkinleştiren belirtilen IApplicationBuilderöğesine ekler. Bu ara yazılım, istek üst bilgisinde görünen uygun şekilde biçimlendirilmiş ve güvenli belirteçleri anlar. Options.AuthenticationMode Etkin ise, taşıyıcı belirteci içindeki talepler geçerli isteğin IPrincipal Kullanıcısına eklenir. Options.AuthenticationMode Pasif ise, geçerli istek değiştirilmez, ancak isteğin taşıyıcı belirtecinden talepleri almak için herhangi bir zamanda IAuthenticationManager AuthenticateAsync kullanılabilir. Ayrıca bkz. http://tools.ietf.org/html/rfc6749

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseJwtBearerAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::JwtBearerOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.JwtBearerOptions options);
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.JwtBearerOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseJwtBearerAuthentication (app As IApplicationBuilder, options As JwtBearerOptions) As IApplicationBuilder

Parametreler

app
IApplicationBuilder

IApplicationBuilder Ara yazılımı eklemek için.

options
JwtBearerOptions

JwtBearerOptions Ara yazılım seçeneklerini belirten bir.

Döndürülenler

İşlem tamamlandıktan sonra bu örneğe başvuru.

Şunlara uygulanır