共用方式為


JwtBearerChallengeContext 建構函式

定義

多載

JwtBearerChallengeContext(HttpContext, JwtBearerOptions, AuthenticationProperties)
JwtBearerChallengeContext(HttpContext, AuthenticationScheme, JwtBearerOptions, AuthenticationProperties)

初始化 JwtBearerChallengeContext 的新執行個體。

JwtBearerChallengeContext(HttpContext, JwtBearerOptions, AuthenticationProperties)

public:
 JwtBearerChallengeContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::JwtBearerOptions ^ options, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public JwtBearerChallengeContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.JwtBearerOptions options, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.JwtBearerOptions * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContext
Public Sub New (context As HttpContext, options As JwtBearerOptions, properties As AuthenticationProperties)

參數

context
HttpContext

適用於

JwtBearerChallengeContext(HttpContext, AuthenticationScheme, JwtBearerOptions, AuthenticationProperties)

來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs
來源:
JwtBearerChallengeContext.cs

初始化 JwtBearerChallengeContext 的新執行個體。

public:
 JwtBearerChallengeContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^ options, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public JwtBearerChallengeContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As JwtBearerOptions, properties As AuthenticationProperties)

參數

context
HttpContext

內容。

scheme
AuthenticationScheme

驗證配置。

options
JwtBearerOptions

與配置相關聯的驗證選項。

properties
AuthenticationProperties

驗證屬性。

適用於