3 writes to ModeValue
System.Security.Cryptography (3)
System\Security\Cryptography\Aes.cs (1)
20ModeValue = CipherMode.CBC;
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
14ModeValue = CipherMode.CBC; 152ModeValue = value;
1 reference to ModeValue
System.Security.Cryptography (1)
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
144return ModeValue;