show/hide this revision's text 2 edited tags
show/hide this revision's text 1

How to read a PEM RSA private key from .NET

Hello, I've got an RSA private key in PEM format, is there a straightforward way to read that from .NET and instantiate an RSACryptoServiceProvider to decrypt data encrypted with the corresponding public key?