Freigeben über


OpenIdConnectHandler.HandleChallengeAsync(AuthenticationProperties) Methode

Definition

Antwortet auf eine 401-Challenge. Sendet eine OpenIdConnect-Nachricht an die Identitätsstelle, um eine Identität abzurufen.

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

Parameter

Gibt zurück

Gilt für: