23 references to CBC
mscorlib (13)
system\security\cryptography\aes.cs (1)
33
ModeValue = CipherMode.
CBC
;
system\security\cryptography\descryptoserviceprovider.cs (1)
91
if (mode != CipherMode.
CBC
) {
system\security\cryptography\rc2cryptoserviceprovider.cs (1)
139
if (mode != CipherMode.
CBC
) {
system\security\cryptography\rijndaelmanagedtransform.cs (7)
105
case CipherMode.
CBC
:
121
if (mode == CipherMode.
CBC
|| mode == CipherMode.CFB) {
144
if (m_cipherMode == CipherMode.
CBC
) {
370
if (m_cipherMode == CipherMode.
CBC
)
500
if (m_cipherMode == CipherMode.
CBC
) {
559
if (m_cipherMode == CipherMode.
CBC
) {
670
if (m_cipherMode == CipherMode.
CBC
) {
system\security\cryptography\symmetricalgorithm.cs (2)
34
ModeValue = CipherMode.
CBC
;
172
if ((value < CipherMode.
CBC
) || (CipherMode.CFB < value))
system\security\cryptography\tripledescryptoserviceprovider.cs (1)
87
if (mode != CipherMode.
CBC
) {
System.Core (2)
System\Security\Cryptography\BCryptNative.cs (2)
383
case CipherMode.
CBC
:
417
case CipherMode.
CBC
:
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (1)
54
private const CipherMode _cipherMode = CipherMode.
CBC
;
System.IdentityModel (4)
System\IdentityModel\EncryptedDataElement.cs (2)
83
algorithm.Mode = CipherMode.
CBC
;
111
algorithm.Mode = CipherMode.
CBC
;
System\IdentityModel\RijndaelCryptoServiceProvider.cs (2)
24
if (this.ModeValue != CipherMode.
CBC
)
36
if (this.ModeValue != CipherMode.
CBC
)
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
122
m_mode = CipherMode.
CBC
;
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
154
algorithm.Mode = CipherMode.
CBC
;
246
algorithm.Mode = CipherMode.
CBC
;