8 instantiations of 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
();
9 references to SHA256Cng
System.Data (8)
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())
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
52
using (SHA256 sha256 =
SHA256Cng
.Create()) {
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
69
CryptoConfig.AddAlgorithm(typeof(System.Security.Cryptography.
SHA256Cng
),