8 references to 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();