Cannot open local machine store

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

My ASP.Net application is attempting to run the following code:

X509CertificateStore store =
X509CertificateStore.LocalMachineStore(X509CertificateStore.MyStore);


bool result = store.Open();

"result" is false, and the store is not open.

What am I missing here? How can I open that store? Is the ASPNET
account intended to use a different store?

Thanks,

Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top