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