Convert crt and key to pfx using pure c #
Without using any third party libraries, how can you convert .crt and .key to .pfx using only C # code?
I already know how to do this on the command line with openssl. I am looking for a solution that only uses what is available in the .NET Framework 4.0-4.5.2.
To clarify that there are no third party libraries, the following are examples of third party libraries:
- BouncyCastle - library
- openssl - using command line or embedding
- makecert - command line usage
+3
Kraang prime
source
to share
No one has answered this question yet
Check out similar questions:
6155
3575
2964
2397
2058
1786
1742
1476
1109
1012