4 references to CryptographicAttributeObjectCollection
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
113m_unprotectedAttributes = new CryptographicAttributeObjectCollection();
system\security\cryptography\pkcs\pkcs7signer.cs (2)
72m_signedAttributes = new CryptographicAttributeObjectCollection(); 73m_unsignedAttributes = new CryptographicAttributeObjectCollection();
system\security\cryptography\pkcs\pkcsutils.cs (1)
335CryptographicAttributeObjectCollection attributes = new CryptographicAttributeObjectCollection();