2 instantiations of SignedCmiManifest2
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TrustManager.cs (2)
356signedManifest = new SignedCmiManifest2(deploymentManifestXmlDom, true); 377signedManifest = new SignedCmiManifest2(deploymentManifestXmlDom, false);
2 references to SignedCmiManifest2
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TrustManager.cs (2)
305private static void ProcessSignerInfo(SignedCmiManifest2 signedManifest, out bool distrustedPublisher, out bool noCertificate) 348SignedCmiManifest2 signedManifest = null;