Is it possible to browse pending cert requests using the System.Security.Cryptography.X509Certificates classes They appear to be held in the "Certificate Enrollment Requests" store, but the StoreName enum does not have an option that resembles this.
I would like to detect pending requests like the IIS wizard does. Ideally we would be able to output the thumbprint of the pending request to the user.
Thanks.
.NET Development35
|