Can SSH.NET work with RSACryptoServiceProvider? I'm trying to figure out how SSH.NET and RSACryptoServiceProvider work together.
Specifically, if I use RSACryptoServiceProvider, how can I use it's blob functions (byte[]) to provide the key used for logging in?
Alternatively, how can I create public/private keys on the Windows side?
Specifically, if I use RSACryptoServiceProvider, how can I use it's blob functions (byte[]) to provide the key used for logging in?
Alternatively, how can I create public/private keys on the Windows side?