1 write to m_signedInfo
System.Security (1)
system\security\cryptography\xml\signature.cs (1)
58m_signedInfo = value;
5 references to m_signedInfo
System.Security (5)
system\security\cryptography\xml\signature.cs (5)
56get { return m_signedInfo; } 59if (this.SignedXml != null && m_signedInfo != null) 60m_signedInfo.SignedXml = this.SignedXml; 104if (m_signedInfo == null) 107signatureElement.AppendChild(m_signedInfo.GetXml(document));