2 writes to _mode
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
112
_mode
= CipherMode.CBC;
175
set {
_mode
= value; }
5 references to _mode
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedXml.cs (5)
174
get { return
_mode
; }
706
symmetricAlgorithm.Mode =
_mode
;
720
if (
_mode
== CipherMode.ECB)
760
if (
_mode
!= CipherMode.ECB)
772
symmetricAlgorithm.Mode =
_mode
;