IAuthenticationHandler.ChallengeAsync(ChallengeContext) 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.
public:
 System::Threading::Tasks::Task ^ ChallengeAsync(Microsoft::AspNetCore::Http::Features::Authentication::ChallengeContext ^ context);public System.Threading.Tasks.Task ChallengeAsync(Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext context);abstract member ChallengeAsync : Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext -> System.Threading.Tasks.TaskPublic Function ChallengeAsync (context As ChallengeContext) As TaskParameters
- context
- ChallengeContext