1 write to s_sha256
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
240s_sha256 = new CngAlgorithm(BCryptNative.AlgorithmName.Sha256);
2 references to s_sha256
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
239if (s_sha256 == null) { 243return s_sha256;