2 writes to _cipherValue
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CipherData.cs (2)
63
_cipherValue
= (byte[])value.Clone();
115
_cipherValue
= Convert.FromBase64String(Utils.DiscardWhiteSpaces(cipherValueNode.InnerText));
1 reference to _cipherValue
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CipherData.cs (1)
55
get { return
_cipherValue
; }