2 writes to m_cipherValue
System.Security (2)
system\security\cryptography\xml\cipherdata.cs (2)
66m_cipherValue = (byte[]) value.Clone(); 107m_cipherValue = Convert.FromBase64String(Utils.DiscardWhiteSpaces(cipherValueNode.InnerText));
1 reference to m_cipherValue
System.Security (1)
system\security\cryptography\xml\cipherdata.cs (1)
59get { return m_cipherValue; }