-1

This is my first question in this site.

I wann to create a .cer file from scratch. I know I can use makecert. But I want to create it from my C#. I'm already doing it using Process.Start to start makecert. is there anyother way to do that? I'm using .NET 4.5 in my C# code.

With thanks

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Mohammad Mirmostafa
  • 1,720
  • 2
  • 16
  • 32

1 Answers1

0

Use bouncy castle library, that is an open source project originally written in Java and ported to C#.

http://www.bouncycastle.org/csharp/