2 writes to m_digestValue
System.Security (2)
system\security\cryptography\xml\reference.cs (2)
121m_digestValue = value; 289m_digestValue = Convert.FromBase64String(Utils.DiscardWhiteSpaces(digestValueElement.InnerText));
2 references to m_digestValue
System.Security (2)
system\security\cryptography\xml\reference.cs (2)
119get { return m_digestValue; } 200digestValueElement.AppendChild(document.CreateTextNode(Convert.ToBase64String(m_digestValue)));