views:

27

answers:

2

Hi

I'm working on c# win App about digital signature..
I knew how to import and export both the private and public key using "x509certificate2" class in c# (I'm exporting private key in PFX type is that right ?)

The problem is how to create a digital certificate ? how to obtain one ?

Thank you.

+2  A: 

I think this is what you are looking for:

Enrico Campidoglio
Thanx @Enrico for your help ..
Al0NE
+1  A: 

I prefer a tool written by the guys over at plural sight. It allows you to make a cert and store it directly into the windows key store of your choice or a pfx file. It is all GUI based and a lot easier to work with then make cert.

http://www.pluralsight-training.net/community/blogs/keith/archive/2009/01/22/create-self-signed-x-509-certificates-in-a-flash-with-self-cert.aspx

metalideath