8 references to SHA256Cng
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (3)
152
using (SHA256Cng sha256 = new
SHA256Cng
())
220
using (SHA256Cng sha256 = new
SHA256Cng
())
319
using (SHA256Cng sha256 = new
SHA256Cng
())
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
132
using (SHA256Cng sha256 = new
SHA256Cng
())
200
using (SHA256Cng sha256 = new
SHA256Cng
())
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
138
using (SHA256Cng sha256 = new
SHA256Cng
())
206
using (SHA256Cng sha256 = new
SHA256Cng
())
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
81
return new
SHA256Cng
();