IAuthenticationFilter.ChallengeAsync Method (HttpAuthenticationChallengeContext, CancellationToken)
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
Task ChallengeAsync(
HttpAuthenticationChallengeContext context,
CancellationToken cancellationToken
)
Task^ ChallengeAsync(
HttpAuthenticationChallengeContext^ context,
CancellationToken cancellationToken
)
abstract ChallengeAsync :
context:HttpAuthenticationChallengeContext *
cancellationToken:CancellationToken -> Task
Function ChallengeAsync (
context As HttpAuthenticationChallengeContext,
cancellationToken As CancellationToken
) As Task
Parameters
- cancellationToken
Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task
See Also
IAuthenticationFilter Interface
System.Web.Http.Filters Namespace
Return to top