1 override of Mode
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
63
public override CipherMode
Mode
{
13 writes to Mode
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
76
m_impl.
Mode
= value;
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (2)
190
aesAlg.
Mode
= _cipherMode;
334
aesAlg.
Mode
= _cipherMode;
System.IdentityModel (2)
System\IdentityModel\EncryptedDataElement.cs (2)
83
algorithm.
Mode
= CipherMode.CBC;
111
algorithm.
Mode
= CipherMode.CBC;
System.Security (6)
system\security\cryptography\xml\encryptedxml.cs (4)
662
symmetricAlgorithm.
Mode
= m_mode;
669
symmetricAlgorithm.
Mode
= origMode;
723
symmetricAlgorithm.
Mode
= m_mode;
730
symmetricAlgorithm.
Mode
= origMode;
system\security\cryptography\xml\symmetrickeywrap.cs (2)
108
aes.
Mode
= CipherMode.ECB;
159
aes.
Mode
= CipherMode.ECB;
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
154
algorithm.
Mode
= CipherMode.CBC;
246
algorithm.
Mode
= CipherMode.CBC;
9 references to Mode
System.Core (6)
System\Security\Cryptography\AesCryptoServiceProvider.cs (3)
195
Mode
,
213
if (
Mode
!= CipherMode.ECB && IVValue == null) {
261
Mode
,
System\Security\Cryptography\AesManaged.cs (3)
64
get { return m_impl.
Mode
; }
67
Contract.Ensures(m_impl.
Mode
!= CipherMode.CFB && m_impl.
Mode
!= CipherMode.OFB);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (1)
173
(int)symAlgo.
Mode
,
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
657
CipherMode origMode = symmetricAlgorithm.
Mode
;
707
CipherMode origMode = symmetricAlgorithm.
Mode
;