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