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)
111if (!string.IsNullOrEmpty(_signatureValueId)) 112signatureValueElement.SetAttribute("Id", _signatureValueId);