Issue 16: .NET sample: IIS6 on Win2003 needs X509KeyStorageFlags.MachineKeySet flag
Status:  New
Owner: ----
Project Member Reported by acc%goog...@gtempaccount.com, Jul 10, 2008
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.