문제

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

도움이 되었습니까?

해결책

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top