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