8 instantiations of SHA256Cng
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (3)
152using (SHA256Cng sha256 = new SHA256Cng()) 220using (SHA256Cng sha256 = new SHA256Cng()) 319using (SHA256Cng sha256 = new SHA256Cng())
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
132using (SHA256Cng sha256 = new SHA256Cng()) 200using (SHA256Cng sha256 = new SHA256Cng())
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
138using (SHA256Cng sha256 = new SHA256Cng()) 206using (SHA256Cng sha256 = new SHA256Cng())
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
81return new SHA256Cng();
9 references to SHA256Cng
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (3)
152using (SHA256Cng sha256 = new SHA256Cng()) 220using (SHA256Cng sha256 = new SHA256Cng()) 319using (SHA256Cng sha256 = new SHA256Cng())
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
132using (SHA256Cng sha256 = new SHA256Cng()) 200using (SHA256Cng sha256 = new SHA256Cng())
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
138using (SHA256Cng sha256 = new SHA256Cng()) 206using (SHA256Cng sha256 = new SHA256Cng())
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
52using (SHA256 sha256 = SHA256Cng.Create()) {
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
69CryptoConfig.AddAlgorithm(typeof(System.Security.Cryptography.SHA256Cng),