5 references to Certificate
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (5)
137
if (signer.
Certificate
!= null)
141
InsertPublisherIdentity(m_manifestDom, signer.
Certificate
);
1697
authenticodePublisherNode.InnerText = signer.
Certificate
.SubjectName.Name;
1705
using (RSA rsaPrivateKey = CngLightup.GetRSAPrivateKey(signer.
Certificate
))
1721
signedXml.KeyInfo.AddClause(new KeyInfoX509Data(signer.
Certificate
, signer.IncludeOption));