0

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

Jonathan D
  • 1,364
  • 2
  • 12
  • 30

2 Answers2

1

You can use BouncyCastle. This question is phrased differently, but on the same subject: Is it possible to programmatically generate an X509 certificate using only C#?

Community
  • 1
  • 1
Bruno
  • 119,590
  • 31
  • 270
  • 376
0

PKIBlackbox package of our SecureBlackbox product lets you generate and manage certificates in .NET.

Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121