6 writes to m_authenticodeSignerInfo
System.Windows.Forms (6)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (6)
118m_authenticodeSignerInfo = null; 155m_authenticodeSignerInfo = null; 262m_authenticodeSignerInfo = new CmiAuthenticodeSignerInfo(Win32.TRUST_E_FAIL); 281m_authenticodeSignerInfo = new CmiAuthenticodeSignerInfo(signerInfo, timestamperInfo); 325m_authenticodeSignerInfo = new CmiAuthenticodeSignerInfo(Win32.TRUST_E_FAIL); 353m_authenticodeSignerInfo = null;
23 references to m_authenticodeSignerInfo
System.Windows.Forms (23)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (23)
219return m_authenticodeSignerInfo; 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; 391m_authenticodeSignerInfo.Hash = hash; 392m_authenticodeSignerInfo.Description = description; 393m_authenticodeSignerInfo.DescriptionUrl = url; 453m_authenticodeSignerInfo.SignerChain = chain; 462m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_FAIL; 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; 1197if (m_authenticodeSignerInfo.ErrorCode == Win32.TRUST_E_NOSIGNATURE) 1202X509Certificate2 signerCert = m_authenticodeSignerInfo.SignerChain.ChainElements[0].Certificate;