I have an application written in dotnet framework that I am porting over to dotnet 5 (and probably soon after to dotnet 6).
Right now it uses the ICertRequest
interface (Win32 API) to submit a CSR to our on prem CA. I can't for the life of me find how to do this in purely managed dotnet code.
I've looked all over the System.Security.Cryptography
namespace and can't find anything. Please help?
I would also prefer to not use BouncyCastle.