4 writes to m_authenticodeSignerInfo
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (4)
312m_authenticodeSignerInfo = null; 345m_authenticodeSignerInfo = null; 518m_authenticodeSignerInfo = new CmiAuthenticodeSignerInfo(Win32.TRUST_E_FAIL); 534m_authenticodeSignerInfo = new CmiAuthenticodeSignerInfo(signerInfo, timestamperInfo);
3 references to m_authenticodeSignerInfo
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (3)
492return m_authenticodeSignerInfo; 590if (m_authenticodeSignerInfo.ErrorCode == Win32.TRUST_E_NOSIGNATURE) { 594X509Certificate2 signerCert = m_authenticodeSignerInfo.SignerChain.ChainElements[0].Certificate;