2 writes to m_contentInfo
System.Security (2)
system\security\cryptography\pkcs\signedpkcs7.cs (2)
72
m_contentInfo
= contentInfo;
147
m_contentInfo
= new ContentInfo(contentType, content);
1 reference to m_contentInfo
System.Security (1)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
95
return
m_contentInfo
;