I am working on a C # digital signature application.
I knew how to import and export both private and public keys using the "x509certificate2" class in C # (I export the private key to a PFX type, is that right?)
The problem is how to create a digital certificate?
How to get one?
c # x509certificate
Dabbas
source share