Condividi tramite


OpenIdConnectHandler.HandleChallengeAsync(AuthenticationProperties) Metodo

Definizione

Risponde a una sfida 401. Invia un messaggio OpenIdConnect all'autorità di identità per ottenere un'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

Parametri

Restituisce

Si applica a