1 write to _signatureValueId
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Signature.cs (1)
172
_signatureValueId
= Utils.GetAttribute(signatureValueElement, "Id", SignedXml.XmlDsigNamespaceUrl);
2 references to _signatureValueId
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Signature.cs (2)
111
if (!string.IsNullOrEmpty(
_signatureValueId
))
112
signatureValueElement.SetAttribute("Id",
_signatureValueId
);