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