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
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