I want to create pkcs12 private and public key files in c# .net
I want to do this really without having to use makecert.exe or any external programs.
Does anyone know any .net library’s to do this with or any resource so i could create the files myself?
Thanks