2 writes to m_unprotectedAttributes
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
113
m_unprotectedAttributes
= new CryptographicAttributeObjectCollection();
195
m_unprotectedAttributes
= PkcsUtils.GetUnprotectedAttributes(m_safeCryptMsgHandle);
1 reference to m_unprotectedAttributes
System.Security (1)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
146
return
m_unprotectedAttributes
;