1 write to CipherValue
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
267
cipherData.CipherReference.
CipherValue
= cipherValue;
2 references to CipherValue
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
215
if (cipherData.CipherReference.
CipherValue
!= null)
216
return cipherData.CipherReference.
CipherValue
;