jmvermeulen / google-apps-sso-sample

Automatically exported from code.google.com/p/google-apps-sso-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET sample: IIS6 on Win2003 needs X509KeyStorageFlags.MachineKeySet flag

GoogleCodeExporter opened this issue · comments

This tells the code to look for the .pfx file on the file system.

XmlDocumentSigner.cs (62):

X509Certificate2 cert = new X509Certificate2(xml, "",
X509KeyStorageFlags.MachineKeySet);

Thanks to the admin who helped identify and fix this issue.

Original issue reported on code.google.com by acc%goog...@gtempaccount.com on 10 Jul 2008 at 8:22