JwtBearerAppBuilderExtensions.UseJwtBearerAuthentication Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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)
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
IApplicationBuilder İşleyicinin ekleneceği.
Döndürülenler
İşlem tamamlandıktan sonra bu örneğe başvuru.
- Öznitelikler
Şunlara uygulanır
UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)
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
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
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.