vijaybaliyan / google-apps-sso-sample

Automatically exported from code.google.com/p/google-apps-sso-sample
Apache License 2.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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