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