1 write to CipherValue
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
251
cipherData.CipherReference.
CipherValue
= cipherValue;
2 references to CipherValue
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
198
if (cipherData.CipherReference.
CipherValue
!= null)
199
return cipherData.CipherReference.
CipherValue
;