19 references to TRUST_E_BAD_DIGEST
System.Windows.Forms (19)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (8)
474m_strongNameSignerInfo.ErrorCode = Win32.TRUST_E_BAD_DIGEST; 475throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 670throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 675throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 690throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 695throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 887throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 915throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (10)
189m_strongNameSignerInfo.ErrorCode = Win32.TRUST_E_BAD_DIGEST; 190throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1288throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1295throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1313throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1320throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1586throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1599throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1634throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST); 1647throw new CryptographicException(Win32.TRUST_E_BAD_DIGEST);
winforms\Managed\System\WinForms\TrustManager.cs (1)
366if (signedManifest.StrongNameSignerInfo != null && signedManifest.StrongNameSignerInfo.ErrorCode != Win32.TRUST_E_BAD_DIGEST) {