2 writes to _mode
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
97
_mode
= CipherMode.CBC;
160
set {
_mode
= value; }
5 references to _mode
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedXml.cs (5)
159
get { return
_mode
; }
717
symmetricAlgorithm.Mode =
_mode
;
731
if (
_mode
== CipherMode.ECB)
783
if (
_mode
!= CipherMode.ECB)
795
symmetricAlgorithm.Mode =
_mode
;