ASP.Net Core Identity

ASP.Net Core Identity

1st - 2nd Grade

9 Qs

quiz-placeholder

Similar activities

Authorization with cookies

Authorization with cookies

1st - 5th Grade

13 Qs

ASJ - Control Panel Hosting

ASJ - Control Panel Hosting

1st Grade

10 Qs

TEST SOP HELPDESK

TEST SOP HELPDESK

1st Grade - Professional Development

10 Qs

Linux1

Linux1

1st Grade - University

10 Qs

Amayaya  ICT

Amayaya ICT

1st - 5th Grade

9 Qs

Marketing Quiz Girl's Day

Marketing Quiz Girl's Day

1st Grade

12 Qs

Quiz Password Security

Quiz Password Security

1st Grade

10 Qs

Network Protocols #1

Network Protocols #1

2nd Grade

8 Qs

ASP.Net Core Identity

ASP.Net Core Identity

Assessment

Quiz

Computers

1st - 2nd Grade

Medium

Created by

Nataly Revutska

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the class responsible for managing User identity?

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following properties related to IdentityUser?

UserName

Password

EmailAddress

PhoneNumber

PasswordHash

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which class provides the APIs for managing roles?

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the properties that are present in IdentityDbContext from the list provided

Users

Roles

RoleClaims

TokenClaims

UserClaims

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

By default, a role in ASP.NET Core Identity is represented by the ________ class

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Context of data inherits from _________ in Asp.Net Identity

DbContext

IIdentityDbContext

IdentityDbContext

IdentityData

DataContext

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This class is responsible for work with Roles

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which class provides the APIs for user sign in.

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To get RoleManager class through DI we need to configure services like

services.AddIdentity<IdentityUser, IdentityRole>

services.AddDefaultIdentity<IdentityUser>

services.AddRoleManager<IdentityRole>

services.AddManager<IdentityUser>