F-Quiz Flashcards

(15 cards)

1
Q

Making Authorization decisions based on the identity and/or role(s) of the 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.

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

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
5
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
6
Q

Objects that represent specific authorizations.

A

Permission

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

Determines what code is permitted to do: set of permissions to grant to an assembly

A

Policy

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

Inputs to policy about code, from multiple sources

A

Evidence

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

These permissions represent code identity.

They are granted to code based on its corresponding evidence.

A

Identity Permission

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

A user identity permission is also
supported. This is the only non-code
access permission in the Framework.

A

Principal Permission

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

performs a stack walk checking for related grants of all callers

A

Demanding a Permission

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

provides an infrastructure for
managing identity and role information.

A

CLR

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

authenticates the user and provides the identity and role information
to the CLR.

A

Host

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

Modifiers provide fine-grained,
dynamic control over state of grants
on the stack

A

Stack Walk Modifiers

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