2 writes to _cipherReference
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CipherData.cs (2)
47
_cipherReference
= value;
119
_cipherReference
= new CipherReference();
2 references to _cipherReference
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CipherData.cs (2)
39
get { return
_cipherReference
; }
120
_cipherReference
.LoadXml((XmlElement)cipherReferenceNode);