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