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)
55get { return _cipherValue; }