ASP.NET Core Practice Test
ASP.NET Core Authentication & Authorization 3
Which handler class must be extended to implement a custom authorization requirement handler?
Select your answer
A
AuthorizationHandler
B
RequirementHandler
C
PolicyHandler
D
ClaimsAuthorizationHandler
Hint