What access control method weighs additional factors such as time of attempted access before granting access?

A.
Content-dependent access control
B.
Context-dependent access control
C.
Role-based access control
D.
Task-based access control
Explanation:
Answer B is correct; Context-dependent access control adds additional factors beyond username and password, such as the time of attempted access.Incorrect Answers and Explanations: A, C, and D: Answers A, C, and D are incorrect. Content-dependent access control uses the content (such as file contents) as an additional factor. Role-based control is based on the subjects role. Taskbased access control is based on the tasks the subject needs to perform.