Closed GoogleCodeExporter closed 9 years ago
Please use the SVN Trunk Source
Original comment by jond...@gmail.com
on 25 Nov 2010 at 7:48
Just tried with the trunk source. Still see the same problem.
I get an exception when the certificate object is created in
NotificationChannel but i fix that by adding X509KeyStorageFlags.MachineKeySet.
certificate = new
X509Certificate2(p12FileBytes,p12FilePassword,X509KeyStorageFlags.MachineKeySet)
;
It all works fine with the test application. I dont get it? :(
Original comment by mikeyhar...@gmail.com
on 25 Nov 2010 at 8:04
Original issue reported on code.google.com by
mikeyhar...@gmail.com
on 25 Nov 2010 at 7:40