5 references to AlgorithmName
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (3)
38
Debug.Assert(string.Equals(encryptionAlgorithm, SqlAes256CbcAlgorithm.
AlgorithmName
, StringComparison.OrdinalIgnoreCase) == true);
43
throw SQL.InvalidEncryptionType(SqlAes256CbcAlgorithm.
AlgorithmName
,
74
SqlAeadAes256CbcHmac256EncryptionKey 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)
136
return SqlAes256CbcAlgorithm.
AlgorithmName
;