3 references to UnprotectedAttributes
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
401if (this.Certificates.Count > 0 || this.UnprotectedAttributes.Count > 0) { 424SetCmsRecipientParams(recipients, this.Certificates, this.UnprotectedAttributes, this.ContentEncryptionAlgorithm, ref encryptParam); 431encodeInfo.cUnprotectedAttr = (uint) this.UnprotectedAttributes.Count;