You are on page 1of 1

Project

Review X509Certificate2 Class in .NET framework on MSDN


http://msdn.microsoft.com/enus/library/system.security.cryptography.x509certificates.x509certificate2.aspx

Write a program/script that runs from the command line and performs next actions: - Opens MY store and selects the first certificate good for encrypting files with EFS - Validates the certificate chain and prints out OK or NOT TRUSTED - Displays the certificate using standard Windows UI To create the certificate in MY store you may encrypt a file with EFS, use makecert.exe or write code to generate it. Project can be done in C#, F#, VB, Vbscript, Perl; C++, etc. Deadline: Next lab, May 5th (bonus ) or at the exam. Important: You must be able to EXPLAIN your project

You might also like