My WebService tries to create a certificateStore as follows:
Ictu.Bsn.Security.CertificateStore _store = new Ictu.Bsn.Security.CertificateStore(Org.Mentalis.Security.Certificates.StoreLocation.LocalMachine, "My");
This does not work... Can anyone tell me why? I have granted my ASPNET user access to the certificate in this local-machine store with the tool winhttpcertcfg from Microsoft.
by Dries posted on 2006/04/05
Setting impersonate to true, seems to create the store. The next problem is to find the required certificate from this store. I do this by: