You are developing a Windows Store app.
You need to create a certificate to sign the app in a test environment.
Which tool or tools should you use?
A.
Makecert and Pvk2Pfx
B.
Gacutil and Tlbimp
C.
the Security Templates snap-in
D.
Makecert and Sn
Explanation:
Use MakeCert.exe and Pvk2Pfx.exe to create a test code signing certificate, so that you can
sign your Windows Store app packages.
Incorrect:
not B: The Global Assembly Cache tool allows you to view and manipulate the contents of
the global assembly cache and download cache.