2 references to _encryptionAlgorithms
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (2)
72
if (!
_encryptionAlgorithms
.TryGetValue(algorithmKey, out aesAlgorithm))
79
_encryptionAlgorithms
.TryAdd(algorithmKey, aesAlgorithm);