2 writes to m_mode
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
122
m_mode
= CipherMode.CBC;
180
set {
m_mode
= value; }
5 references to m_mode
System.Security (5)
system\security\cryptography\xml\encryptedxml.cs (5)
179
get { return
m_mode
; }
662
symmetricAlgorithm.Mode =
m_mode
;
674
if (
m_mode
== CipherMode.ECB) {
713
if (
m_mode
!= CipherMode.ECB)
723
symmetricAlgorithm.Mode =
m_mode
;