2 writes to ErrorCode
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
474m_strongNameSignerInfo.ErrorCode = Win32.TRUST_E_BAD_DIGEST;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
189m_strongNameSignerInfo.ErrorCode = Win32.TRUST_E_BAD_DIGEST;
1 reference to ErrorCode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
366if (signedManifest.StrongNameSignerInfo != null && signedManifest.StrongNameSignerInfo.ErrorCode != Win32.TRUST_E_BAD_DIGEST) {