2 writes to _mode
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
96
_mode
= CipherMode.CBC;
159
set {
_mode
= value; }
5 references to _mode
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedXml.cs (5)
158
get { return
_mode
; }
680
symmetricAlgorithm.Mode =
_mode
;
694
if (
_mode
== CipherMode.ECB)
734
if (
_mode
!= CipherMode.ECB)
746
symmetricAlgorithm.Mode =
_mode
;