1 write to s_sha1
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
228s_sha1 = new CngAlgorithm(BCryptNative.AlgorithmName.Sha1);
2 references to s_sha1
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
227if (s_sha1 == null) { 231return s_sha1;