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