1 write to SignerChain
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
453m_authenticodeSignerInfo.SignerChain = chain;
4 references to SignerChain
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
594X509Certificate2 signerCert = m_authenticodeSignerInfo.SignerChain.ChainElements[0].Certificate;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1202X509Certificate2 signerCert = m_authenticodeSignerInfo.SignerChain.ChainElements[0].Certificate;
winforms\Managed\System\WinForms\TrustManager.cs (2)
400signedManifest.AuthenticodeSignerInfo.SignerChain != null) 402parsedData.Certificate = signedManifest.AuthenticodeSignerInfo.SignerChain.ChainElements[0].Certificate;