5 references to AlgorithmName
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (3)
38Debug.Assert(string.Equals(encryptionAlgorithm, SqlAes256CbcAlgorithm.AlgorithmName, StringComparison.OrdinalIgnoreCase) == true); 43throw SQL.InvalidEncryptionType(SqlAes256CbcAlgorithm.AlgorithmName, 74SqlAeadAes256CbcHmac256EncryptionKey encryptedKey = new SqlAeadAes256CbcHmac256EncryptionKey(encryptionKey.RootKey, SqlAes256CbcAlgorithm.AlgorithmName);
fx\src\data\System\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs (1)
27_encryptionAlgoFactoryList.TryAdd(SqlAes256CbcAlgorithm.AlgorithmName, new SqlAes256CbcFactory());
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
136return SqlAes256CbcAlgorithm.AlgorithmName;