ITEC102PART1 Flashcards

1
Q

Making Authorization decisions based on the identity and/or role(s) or entity on whose behalf an application is executing

A

Role-based Security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Distinguishing characteristic of the entity on whose behalf an application is executing.

commonly a user or account name.

A

Identity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The encapsulation of identity and role information-everything you need to know about an entity in order to make authorization decisions.

A

Principal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The CLR provides an infrastructure for managing identity and role information.

A

Role-based Security Infrastructure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

it authenticates the user and provides the identity and role information the CLR

A

Host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

it make the information available to code via API’s and permission demands (Both imperative and declarative )

A

CLR ( common language runtime )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

We dont create a principal object until you ask for it

A

Lazy authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Determining the identity of the party/entity making a request.

A

Authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Determining whether to honor a request made by an identified party/entity.

A

Authorization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

5 agenda of .net framework

A

The problem: customer scenarios
The solution: .Net security
Role based security
Evidence based security
Demos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

2 element fo .net security model

A

Role based security
Evidence based security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

role based security common terms ( 3 )

A

Role based security
Identity
Principal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly