19 writes to ErrorCode
System.Windows.Forms (19)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (19)
248m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_NOSIGNATURE; 368m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_FAIL; 373m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_EXPLICIT_DISTRUST; 388m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_FORM_UNKNOWN; 448AuthenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED; 462m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_FAIL; 467AuthenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED; 480AuthenticodeSignerInfo.ErrorCode = Win32.TRUST_E_CERT_SIGNATURE; 523m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_FORM_UNKNOWN; 536m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_CERT_SIGNATURE; 580m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_CERT_SIGNATURE; 779m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_TIME_STAMP; 836m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_TIME_STAMP; 850m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_TIME_STAMP; 868m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_NO_SIGNER_CERT; 953m_authenticodeSignerInfo.ErrorCode = Win32.NTE_BAD_HASH; 963m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_TIME_STAMP; 993m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_TIME_STAMP; 1000m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED;
3 references to ErrorCode
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
590if (m_authenticodeSignerInfo.ErrorCode == Win32.TRUST_E_NOSIGNATURE) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1197if (m_authenticodeSignerInfo.ErrorCode == Win32.TRUST_E_NOSIGNATURE)
winforms\Managed\System\WinForms\TrustManager.cs (1)
319int error = signedManifest.AuthenticodeSignerInfo.ErrorCode;