共用方式為


OpenIdConnectHandler.HandleChallengeAsync(AuthenticationProperties) 方法

定義

回應 401 挑戰。 將 OpenIdConnect 訊息傳送至「身分識別授權單位」以取得身分識別。

protected:
 override System::Threading::Tasks::Task ^ HandleChallengeAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected override System.Threading.Tasks.Task HandleChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
override this.HandleChallengeAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Protected Overrides Function HandleChallengeAsync (properties As AuthenticationProperties) As Task

參數

傳回

適用於