Is there 开发者_开发知识库any way (similar to FromCapiPrivateKeyBlob in Mono) to convert a Windows CryptoAPI PRIVATE KEY BLOB to RsaPrivateCrtKeyParameters used by Bouncy Castle?
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.
精彩评论