Which of the following best describes an attribute of a certificate that identifies where the CRL for a CA can be retrieved?

A. Attribute distribution
B. CRL recovery
C. CRL enrollment
D. CRL distribution point


Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Like a loop, a recursive function must have some method to control the number of times it repeats. 2. When a recursive function directly calls itself, this is known as direct recursion. 3. A problem can be solved with recursion if it can be broken down into successive smaller problems that are the same as the overall problem. 4. To solve a problem recursively, you must identify at least one case in which the problem can be solved without recursion.

Computer Science & Information Technology

A(n) ________ is text that can be added to the bottom of outgoing email messages

A) action B) Email signature C) theme D) Inbox Rule

Computer Science & Information Technology

Personal computers first connected to the Internet through DSL.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When composition (one object having another object as a member) is used:

a. The host object is constructed first and then the member objects are placed into it. b. Member objects are constructed first, in the order they appear in the host constructor’s initializer list. c. Member objects are constructed first, in the order they are declared in the host’s class. d. Member objects are destructed last, in the order they are declared in the host’s class.

Computer Science & Information Technology