18 references to Aes128Encryption
System.IdentityModel (10)
System\IdentityModel\CryptoHelper.cs (9)
443
Rijndael rijndael = (GetSymmetricAlgorithm(null, SecurityAlgorithms.
Aes128Encryption
) as Rijndael);
446
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SR.GetString(SR.CustomCryptoAlgorithmIsNotValidSymmetricAlgorithm, SecurityAlgorithms.
Aes128Encryption
)));
470
case SecurityAlgorithms.
Aes128Encryption
:
498
case SecurityAlgorithms.
Aes128Encryption
:
607
case SecurityAlgorithms.
Aes128Encryption
:
683
case SecurityAlgorithms.
Aes128Encryption
:
928
case SecurityAlgorithms.
Aes128Encryption
:
982
case SecurityAlgorithms.
Aes128Encryption
:
1200
case SecurityAlgorithms.
Aes128Encryption
:
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
152
case SecurityAlgorithms.
Aes128Encryption
:
System.IdentityModel.Selectors (6)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (5)
84
case SecurityAlgorithms.
Aes128Encryption
:
170
case SecurityAlgorithms.
Aes128Encryption
:
199
case SecurityAlgorithms.
Aes128Encryption
:
223
case SecurityAlgorithms.
Aes128Encryption
:
258
case SecurityAlgorithms.
Aes128Encryption
:
infocard\common\managed\InfoCardCryptoHelper.cs (1)
38
case SecurityAlgorithms.
Aes128Encryption
:
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
213
case SecurityAlgorithms.
Aes128Encryption
:
310
case SecurityAlgorithms.
Aes128Encryption
: