Compartir a través de


OpenIdConnectHandler.HandleChallengeAsync(AuthenticationProperties) Método

Definición

Responde a un desafío 401. Envía un mensaje OpenIdConnect a la "entidad de identidad" para obtener una identidad.

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

Parámetros

Devoluciones

Se aplica a