My steps are:
Create
X509Certificate2with public key:X509Certificate2 clientCertificate = new X509Certificate2("public key certificate blob as byte[]");How do I want to load the private key blob to
clientCertificate?
|
My steps are:
| |||||
feedback
|
|
It looks like you can not import RSA private key with just .net framework tools. Check out this thread How to read a PEM RSA private key from .NET. | |||||||||||
feedback
|
|
Also see: How to import PKCS#8 RSA privateKey (created by OpenSSL) in C# It includes a link to Mono's source code which can read PKCS#8 / PEM files and return an | |||
|
feedback
|