Is there any way (similar to FromCapiPrivateKeyBlob in Mono) to convert a Windows CryptoAPI PRIVATE KEY BLOB to RsaPrivateCrtKeyParameters used by Bouncy Castle?
views:
304answers:
1
A:
Have a look at the Org.BouncyCastle.Security.DotNetUtilities class to see what is there in the way of conversions.
I will look at adding methods for interop with CryptoAPI blobs.
Peter Dettman
2010-02-02 12:29:38