Hi I’m trying to enumerate the certificates located in “Computer
Account\Personal\Certificates” and “Computer Account\Trusted Root
Certification Authorities\Certificates”. Anyone know how to do this? i'm
trying using CertOpenSystemStore, but cant figure out how to open "Computer
Account", or anything else besides the "Personal" folder
Dominick Baier - 31 Jan 2007 20:09 GMT
have a look at System.Security.Cryptography.X509Certificates.X509Store...