1 write to m_signedAttributes
System.Security (1)
system\security\cryptography\pkcs\signerinfo.cs (1)
122
m_signedAttributes
= new CryptographicAttributeObjectCollection(m_cmsgSignerInfo.AuthAttrs);
2 references to m_signedAttributes
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
121
if (
m_signedAttributes
== null)
124
return
m_signedAttributes
;