Microsoft Exam Questions

Which code segment should you insert at line 06?

An application uses X509 certificates for data encryption and decryption. The application stores certificates in
the Personal certificates collection of the Current User store. On each computer, each certificate subject isunique.
The application includes a method named LoadCertificate. The LoadCertificate() method includes the following
code. (Line numbers are included for reference only.)

The LoadCertificate() method must load only certificates for which the subject exactly matches the searchValue
parameter value.
You need to ensure that the LoadCertificate() method loads the correct certificates.
Which code segment should you insert at line 06?

A.
Option A

B.
Option B

C.
Option C

D.
Option D