ASP.NET Core Practice Test
ASP.NET Core Authentication & Authorization
Which attribute restricts access to authenticated users only in ASP.NET Core?
Select your answer
A
[Authorize]
B
[Authenticated]
C
[RequireLogin]
D
[Protected]
Hint