OpenIdConnectHandler.HandleChallengeAsync(AuthenticationProperties) Méthode

Définition

Répond à un défi 401. Envoie un message OpenIdConnect à l’autorité d’identité pour obtenir une identité.

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

Paramètres

Retours

S’applique à