In order for a client to accept a certificate from an NPS server, the certificate must have a key size consisting of at least how many bits?

A. 512
B. 1024
C. 2048
D. 4096

Answer: C

Computer Science & Information Technology

You might also like to view...

To write data to a file, you define an object of the __________ data type.

a. outputFile b. ifstream c. fstream d. ofstream

Computer Science & Information Technology

Java has two basic kinds of numeric values: _____________, which have no fractional part, and ___________________ which do.

a) shorts, longs b) doubles, floating points c) characters, bytes d) integers, floating points e) integers, longs

Computer Science & Information Technology