1 write to m_signedXml
System.Security (1)
system\security\cryptography\xml\reference.cs (1)
147
set {
m_signedXml
= value; }
3 references to m_signedXml
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
146
get { return
m_signedXml
; }
389
if (this.
m_signedXml
.m_context != null)
390
m_namespaces = Utils.GetPropagatedAttributes(this.
m_signedXml
.m_context);