0

i want to create a x509 certificate in code behind. So far as i knew the only way to do this is to use makecert Tool, the thing is that i dont want to make mannually in command prompt cert but in code. Is there a way to do this? I can't find any article or example how to do this. Can anyone reference me to somewhere?

Grzzzzzzzzzzzzz
  • 1,301
  • 4
  • 20
  • 33

1 Answers1

0

You can use BouncyCastle or our SecureBlackbox for certificate generation. Much easier and more flexible than calling anything from command line.

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