1 write to m_unsignedAttributes
System.Security (1)
system\security\cryptography\pkcs\signerinfo.cs (1)
132
m_unsignedAttributes
= new CryptographicAttributeObjectCollection(m_cmsgSignerInfo.UnauthAttrs);
2 references to m_unsignedAttributes
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
131
if (
m_unsignedAttributes
== null)
134
return
m_unsignedAttributes
;