Viewing 4 posts - 1 through 4 (of 4 total)
Hello.
No I haven't sorted the issue. I suspect the problem is 'outside' of the structure of what i'm attempting to do. At this moment I am developing the application on...
September 15, 2008 at 2:28 am
Hello Jonathon,
Impersonating my windows profile works. Thanks. I still have a problem. I think the private key is still being stripped out, but I think its happening during the HTTPS...
September 4, 2008 at 2:45 pm
Thanks for your help Jonathan. I think your right. I didn't realise that about the Execute as.
I'll let you know how i get on.
Paul
September 4, 2008 at 7:17 am
Hello!
Thanks for the reply.
The code to extract the cert is:
dim cert as x509certificate
dim store as x509store = new x509store(storename.trustedPeople, storelocation.localMachine)
certs = store.certificates.find(x509findtype.findbysubjectname, subjectname, false)
cert = certs(0)
If I break the software...
September 4, 2008 at 6:54 am
Viewing 4 posts - 1 through 4 (of 4 total)