4 references to Certificates
System.Security (3)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
401PkcsUtils.AddCertsToMessage(m_safeCryptMsgHandle, Certificates, PkcsUtils.CreateBagOfCertificates(signer));
system\security\cryptography\pkcs\signerinfo.cs (2)
96m_certificate = PkcsUtils.FindCertificate(this.SignerIdentifier, m_signedCms.Certificates); 333PkcsUtils.AddCertsToMessage(m_signedCms.GetCryptMsgHandle(), m_signedCms.Certificates, PkcsUtils.CreateBagOfCertificates(signer));
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
982chain.ChainPolicy.ExtraStore.AddRange(signedCms.Certificates);