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; } 681symmetricAlgorithm.Mode = _mode; 695if (_mode == CipherMode.ECB) 735if (_mode != CipherMode.ECB) 747symmetricAlgorithm.Mode = _mode;