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