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