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