閱讀英文

共用方式為


IAuthenticationService.ChallengeAsync 方法

定義

挑戰指定的驗證配置。 當未經驗證的使用者要求需要驗證的端點時,可以發出驗證挑戰。

public System.Threading.Tasks.Task ChallengeAsync(Microsoft.AspNetCore.Http.HttpContext context, string? scheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
public System.Threading.Tasks.Task ChallengeAsync(Microsoft.AspNetCore.Http.HttpContext context, string scheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);

參數

scheme
String

驗證配置的名稱。

傳回

工作。

適用於

產品 版本
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0