2 writes to m_cipherReference
System.Security (2)
system\security\cryptography\xml\cipherdata.cs (2)
53m_cipherReference = value; 109m_cipherReference = new CipherReference();
2 references to m_cipherReference
System.Security (2)
system\security\cryptography\xml\cipherdata.cs (2)
46get { return m_cipherReference; } 110m_cipherReference.LoadXml((XmlElement) cipherReferenceNode);