views:

304

answers:

1

Is there any way (similar to FromCapiPrivateKeyBlob in Mono) to convert a Windows CryptoAPI PRIVATE KEY BLOB to RsaPrivateCrtKeyParameters used by Bouncy Castle?

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