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