The Security tab of a template's Permissions dialog box enables you to configure the template's ACL and define the security rights for enrollment and use of certificates. Which permission specifically enables autoenrollment of user and computer certificates?

a. Read
b. Write
c. Enroll
d. None of the above.


D. The permission that enables autoenrollment of user and computer certificates is Autoenroll. It is not available on version 1 templates.

Computer Science & Information Technology

You might also like to view...

A stack is a __________ data structure.

a. FILO. b. FOLI. c. LOFI. d. LIFO.

Computer Science & Information Technology

Which of the following statements is correct to create a DataOutputStream to write to a file named out.dat?

a. DataOutputStream outfile = new DataOutputStream(new File("out.dat")); b. DataOutputStream outfile = new DataOutputStream(new FileOutputStream("out.dat")); c. DataOutputStream outfile = new DataOutputStream(FileOutputStream("out.dat")); d. DataOutputStream outfile = new DataOutputStream("out.dat");

Computer Science & Information Technology

Using techniques that ensure the accuracy and consistency of data as it is entered into a table is the ________ principle of good database design

A) first B) second C) third D) fourth

Computer Science & Information Technology

In Ruby variable names must be formulated in accordance in a very specific set of rules. These rules includes all of the following except:

A. Variable names must begin with a number B. Variable names cannot include underscore characters C. Variable names may include blank spaces D. All of the above

Computer Science & Information Technology