MessageReceivedContext Oluşturucular
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
MessageReceivedContext(HttpContext, JwtBearerOptions) | |
MessageReceivedContext(HttpContext, AuthenticationScheme, JwtBearerOptions) |
öğesinin yeni bir örneğini MessageReceivedContextbaşlatır. |
MessageReceivedContext(HttpContext, JwtBearerOptions)
public:
MessageReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::JwtBearerOptions ^ options);
public MessageReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.JwtBearerOptions options);
new Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.JwtBearerOptions -> Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext
Public Sub New (context As HttpContext, options As JwtBearerOptions)
Parametreler
- context
- HttpContext
- options
- JwtBearerOptions
Şunlara uygulanır
MessageReceivedContext(HttpContext, AuthenticationScheme, JwtBearerOptions)
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
- Kaynak:
- MessageReceivedContext.cs
öğesinin yeni bir örneğini MessageReceivedContextbaşlatır.
public:
MessageReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^ options);
public MessageReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
new Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As JwtBearerOptions)
Parametreler
- context
- HttpContext
Bağlam.
- scheme
- AuthenticationScheme
Kimlik doğrulama düzeni.
- options
- JwtBearerOptions
Şemayla ilişkili kimlik doğrulama seçenekleri.