X509Certificate2 problem
-
Hi, I use this code to load a certificate
X509Certificate2 cert = new X509Certificate2(filename, password);
The problem is it works fine when the windows user is logged, but it crashed it it's not.... I found this solution but it doesn't work for me, since it was suppose to work without human intervention. Does any one know if it's possible just to load the certificate in a way that the ASP.NET code desn't try to store it?Thanks, Dirso
-
Hi, I use this code to load a certificate
X509Certificate2 cert = new X509Certificate2(filename, password);
The problem is it works fine when the windows user is logged, but it crashed it it's not.... I found this solution but it doesn't work for me, since it was suppose to work without human intervention. Does any one know if it's possible just to load the certificate in a way that the ASP.NET code desn't try to store it?Thanks, Dirso
I think a similar issue was discussed on StackOverflow http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/f1981374-5a25-45c7-aea8-aad859800ae7[^] look for the reply by [kainhart] ymmv 'g'
-
I think a similar issue was discussed on StackOverflow http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/f1981374-5a25-45c7-aea8-aad859800ae7[^] look for the reply by [kainhart] ymmv 'g'
-
I think a similar issue was discussed on StackOverflow http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/f1981374-5a25-45c7-aea8-aad859800ae7[^] look for the reply by [kainhart] ymmv 'g'