Share via


IAuthenticationHandler.ChallengeAsync(AuthenticationProperties) Methode

Definition

Fordern Sie die aktuelle Anforderung an.

public:
 System::Threading::Tasks::Task ^ ChallengeAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public System.Threading.Tasks.Task ChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public System.Threading.Tasks.Task ChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member ChallengeAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Function ChallengeAsync (properties As AuthenticationProperties) As Task

Parameter

properties
AuthenticationProperties

Die AuthenticationProperties , die die zusätzlichen Metadaten enthält, die bei der Authentifizierung eintreffen.

Gibt zurück

Eine Aufgabe.

Gilt für: