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