IAuthenticationHandler.ChallengeAsync(AuthenticationProperties) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Challenge the current request.
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.TaskPublic Function ChallengeAsync (properties As AuthenticationProperties) As TaskParameters
- properties
- AuthenticationProperties
The AuthenticationProperties that contains the extra meta-data arriving with the authentication.
Returns
A task.