4 references to Certificates
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
312
SafeCertStoreHandle hCertStore = BuildOriginatorStore(this.
Certificates
, extraStore);
401
if (this.
Certificates
.Count > 0 || this.UnprotectedAttributes.Count > 0) {
424
SetCmsRecipientParams(recipients, this.
Certificates
, this.UnprotectedAttributes, this.ContentEncryptionAlgorithm, ref encryptParam);
427
encodeInfo.cCertEncoded = (uint) this.
Certificates
.Count;