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.