1 write to m_signatureValueId
System.Security (1)
system\security\cryptography\xml\signature.cs (1)
170m_signatureValueId = Utils.GetAttribute(signatureValueElement, "Id", SignedXml.XmlDsigNamespaceUrl);
2 references to m_signatureValueId
System.Security (2)
system\security\cryptography\xml\signature.cs (2)
115if (!String.IsNullOrEmpty(m_signatureValueId)) 116signatureValueElement.SetAttribute("Id", m_signatureValueId);