1 write to SignedXml
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
131
m_signature.
SignedXml
= this;
2 references to SignedXml
System.Security (2)
system\security\cryptography\xml\signature.cs (2)
59
if (this.
SignedXml
!= null && m_signedInfo != null)
60
m_signedInfo.SignedXml = this.
SignedXml
;