1 write to m_content
System.Security (1)
system\security\cryptography\pkcs\pkcsmisc.cs (1)
495m_content = content;
5 references to m_content
System.Security (5)
system\security\cryptography\pkcs\pkcsmisc.cs (5)
506return m_content; 522if (m_content != null && m_content.Length != 0) { 523m_gcHandle = GCHandle.Alloc(m_content, GCHandleType.Pinned); 525m_pContent = Marshal.UnsafeAddrOfPinnedArrayElement(m_content, 0);